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 25ec37e commit 2928369Copy full SHA for 2928369
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
rev: v0.14.2
21
hooks:
22
- - id: ruff
+ - id: ruff-check
23
args: [--fix, --exit-non-zero-on-fix]
24
- id: ruff-format
25
- repo: meta
0 commit comments