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 c4a9fbd commit 01b2488Copy full SHA for 01b2488
.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