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 634377c commit 0942852Copy full SHA for 0942852
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
rev: 'v0.11.13'
24
hooks:
25
- - id: ruff
+ - id: ruff-check
26
args: [--fix, --exit-non-zero-on-fix]
27
- id: ruff-format
28
- repo: https://github.com/codespell-project/codespell
0 commit comments