We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 365dc32 + c373a29 commit 1c42507Copy full SHA for 1c42507
1 file changed
.pre-commit-config.yaml
@@ -17,12 +17,13 @@ repos:
17
rev: v2.4.1
18
hooks:
19
- id: codespell
20
- - repo: 'https://github.com/charliermarsh/ruff-pre-commit'
+ - repo: 'https://github.com/astral-sh/ruff-pre-commit'
21
rev: v0.12.4
22
23
- - id: ruff
+ - id: ruff-check
24
args:
25
- '--fix'
26
+ - '--exit-non-zero-on-fix'
27
- id: ruff-format
28
- repo: 'https://github.com/pre-commit/mirrors-mypy'
29
rev: v1.17.0
0 commit comments