Skip to content

Commit f7769fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
1 parent a538e3b commit f7769fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: add-trailing-comma
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.9.6
21+
rev: v0.9.9
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -30,7 +30,7 @@ repos:
3030
- id: nb-strip-paths
3131

3232
- repo: https://github.com/tox-dev/pyproject-fmt
33-
rev: v2.5.0
33+
rev: v2.5.1
3434
hooks:
3535
- id: pyproject-fmt
3636

0 commit comments

Comments
 (0)