Skip to content

Commit e1fd027

Browse files
committed
Bump pre-commit hooks.
1 parent 9158cab commit e1fd027

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
@@ -14,7 +14,7 @@ repos:
1414
- id: fix-future-annotations
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.9.6
17+
rev: v0.9.7
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
@@ -34,8 +34,6 @@ repos:
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
3535
rev: v5.0.0
3636
hooks:
37-
- id: fix-encoding-pragma
38-
args: [--remove]
3937
- id: trailing-whitespace
4038
- id: end-of-file-fixer
4139
exclude: "codicefiscale/data"

0 commit comments

Comments
 (0)