We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40ac39 commit 1bd8c26Copy full SHA for 1bd8c26
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
rev: v0.3.4
17
hooks:
18
- id: ruff
19
- args: [--fix, --show-fix, --exit-non-zero-on-fix]
+ args: [--fix, --show-fixes, --exit-non-zero-on-fix]
20
exclude: = ["doc", "tools"]
21
- id: ruff-format
22
0 commit comments