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 3d26da6 commit cbf5fc0Copy full SHA for cbf5fc0
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
args: ["--py310-plus"]
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.9.6
+ rev: v0.9.7
13
hooks:
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
@@ -18,8 +18,6 @@ repos:
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
rev: v5.0.0
20
21
- - id: fix-encoding-pragma
22
- args: [--remove]
23
- id: trailing-whitespace
24
- id: end-of-file-fixer
25
exclude: "tests/dicts/io/input/"
0 commit comments