We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb4f1df + a30e1f5 commit 0809e57Copy full SHA for 0809e57
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.14.14
+ rev: v0.15.4
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.12.1
+ rev: v2.16.2
66
67
- id: pyproject-fmt
68
0 commit comments