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.
pre-commit
1 parent 0b287c9 commit d7b6a8aCopy full SHA for d7b6a8a
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
args: ["--target-version", "4.0"]
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.9.6
+ rev: v0.9.7
19
hooks:
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
@@ -24,8 +24,6 @@ repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
25
rev: v5.0.0
26
27
- - id: fix-encoding-pragma
28
- args: [--remove]
29
- id: trailing-whitespace
30
- id: end-of-file-fixer
31
- id: check-yaml
0 commit comments