Skip to content

Commit cbf5fc0

Browse files
committed
Bump pre-commit hooks.
1 parent 3d26da6 commit cbf5fc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: ["--py310-plus"]
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.6
12+
rev: v0.9.7
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
@@ -18,8 +18,6 @@ repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
1919
rev: v5.0.0
2020
hooks:
21-
- id: fix-encoding-pragma
22-
args: [--remove]
2321
- id: trailing-whitespace
2422
- id: end-of-file-fixer
2523
exclude: "tests/dicts/io/input/"

0 commit comments

Comments
 (0)