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 22bda83 commit 08ee6f0Copy full SHA for 08ee6f0
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: fix-future-annotations
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.9.6
+ rev: v0.9.7
18
hooks:
19
- id: ruff
20
args: [--fix, --exit-non-zero-on-fix]
@@ -33,8 +33,6 @@ repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v5.0.0
35
36
- - id: fix-encoding-pragma
37
- args: [--remove]
38
- id: trailing-whitespace
39
- id: end-of-file-fixer
40
- id: check-yaml
0 commit comments