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 954f9a1 commit 9fe2f33Copy full SHA for 9fe2f33
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
rev: "v0.14.2"
15
hooks:
16
- - id: ruff
+ - id: ruff-check
17
args: ["--fix"]
18
exclude: "tests/input/"
19
- id: ruff-format
0 commit comments