Skip to content

Commit d7b6a8a

Browse files
committed
Bump pre-commit hooks.
1 parent 0b287c9 commit d7b6a8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
args: ["--target-version", "4.0"]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.6
18+
rev: v0.9.7
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
@@ -24,8 +24,6 @@ repos:
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
2525
rev: v5.0.0
2626
hooks:
27-
- id: fix-encoding-pragma
28-
args: [--remove]
2927
- id: trailing-whitespace
3028
- id: end-of-file-fixer
3129
- id: check-yaml

0 commit comments

Comments
 (0)