Skip to content

Commit c67645a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lorenzwalthert/precommit: v0.4.3.9001 → v0.4.3.9003](lorenzwalthert/precommit@v0.4.3.9001...v0.4.3.9003) - [github.com/tox-dev/pyproject-fmt: v2.4.3 → v2.5.0](tox-dev/pyproject-fmt@v2.4.3...v2.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.1...v0.7.3)
1 parent 73506c0 commit c67645a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/lorenzwalthert/precommit
3-
rev: v0.4.3.9001
3+
rev: v0.4.3.9003
44
hooks:
55
- id: parsable-R
66
- id: no-browser-statement
@@ -29,13 +29,13 @@ repos:
2929
hooks:
3030
- id: tox-ini-fmt
3131
- repo: https://github.com/tox-dev/pyproject-fmt
32-
rev: "v2.4.3"
32+
rev: "v2.5.0"
3333
hooks:
3434
- id: pyproject-fmt
3535
additional_dependencies: ["tox>=4.12.1"]
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
3737
# Ruff version.
38-
rev: v0.7.1
38+
rev: v0.7.3
3939
hooks:
4040
# Run the formatter.
4141
- id: ruff-format

0 commit comments

Comments
 (0)