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.
1 parent 9158cab commit e1fd027Copy full SHA for e1fd027
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: fix-future-annotations
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.9.6
+ rev: v0.9.7
18
hooks:
19
- id: ruff
20
args: [--fix, --exit-non-zero-on-fix]
@@ -34,8 +34,6 @@ repos:
34
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v5.0.0
36
37
- - id: fix-encoding-pragma
38
- args: [--remove]
39
- id: trailing-whitespace
40
- id: end-of-file-fixer
41
exclude: "codicefiscale/data"
0 commit comments