We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5226530 + 976381d commit 34f35a6Copy full SHA for 34f35a6
1 file changed
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
entry: black --config pyproject.toml .
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.9.9
+ rev: v0.9.10
33
hooks:
34
- id: ruff
35
args: [--fix, --exit-non-zero-on-fix, --respect-gitignore, --show-fixes]
0 commit comments