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 96609da commit af7b49eCopy full SHA for af7b49e
.pre-commit-config.yaml
@@ -15,5 +15,6 @@ repos:
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
rev: v0.6.8
17
hooks:
18
- - id: ruff-format
19
- id: ruff
+ args: [--fix, --exit-non-zero-on-fix]
20
+ - id: ruff-format
0 commit comments