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 a3d2012 commit a906c74Copy full SHA for a906c74
.pre-commit-config.yaml
@@ -2,11 +2,9 @@ repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
rev: v6.0.0
4
hooks:
5
- - id: check-byte-order-marker
+ - id: fix-byte-order-marker
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
8
- - id: fix-encoding-pragma
9
- args: [--remove]
10
- id: check-yaml
11
- repo: https://github.com/asottile/reorder-python-imports
12
rev: v3.15.0
@@ -39,3 +37,7 @@ repos:
39
37
40
38
- id: mypy
41
files: ^(src/|tests/)
+- repo: https://github.com/asottile/pyupgrade
+ rev: v3.20.0
42
+ hooks:
43
+ - id: pyupgrade
0 commit comments