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 b24e199 commit 923586fCopy full SHA for 923586f
.pre-commit-config.yaml
@@ -21,6 +21,6 @@ repos:
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
rev: 'v0.12.9' # keep in sync with .github/workflows/ruff.yml
23
hooks:
24
- - id: ruff
25
- args: [--fix, --exit-non-zero-on-fix]
+ - id: ruff-check
+ args: [--fix]
26
- id: ruff-format
0 commit comments