We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d621712 commit 08abb2dCopy full SHA for 08abb2d
.pre-commit-config.yaml
@@ -28,13 +28,14 @@ repos:
28
- id: check-yaml
29
- id: check-ast
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- # Ruff version (Used for linting)
+ # Ruff version.
32
rev: v0.8.6
33
hooks:
34
+ # Run the linter.
35
- id: ruff
- args: [ --fix, --exit-non-zero-on-fix, --preview ]
36
+ args: [ --fix ]
37
+ # Run the formatter.
38
- id: ruff-format
- args: [ --preview ]
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
rev: v1.14.1
41
0 commit comments