We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d668f0f + 53e4ed7 commit d5f1171Copy full SHA for d5f1171
1 file changed
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
- id: add-trailing-comma
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.9.4
+ rev: v0.9.9
43
hooks:
44
- id: ruff
45
args: ["--fix", "--show-fixes"]
@@ -62,7 +62,7 @@ repos:
62
- id: nb-strip-paths
63
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: v2.5.0
+ rev: v2.5.1
66
67
- id: pyproject-fmt
68
0 commit comments