Skip to content

Commit a906c74

Browse files
Upgrade outdated in pre-commit
1 parent a3d2012 commit a906c74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v6.0.0
44
hooks:
5-
- id: check-byte-order-marker
5+
- id: fix-byte-order-marker
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
8-
- id: fix-encoding-pragma
9-
args: [--remove]
108
- id: check-yaml
119
- repo: https://github.com/asottile/reorder-python-imports
1210
rev: v3.15.0
@@ -39,3 +37,7 @@ repos:
3937
hooks:
4038
- id: mypy
4139
files: ^(src/|tests/)
40+
- repo: https://github.com/asottile/pyupgrade
41+
rev: v3.20.0
42+
hooks:
43+
- id: pyupgrade

0 commit comments

Comments
 (0)