Skip to content

Commit f843f37

Browse files
authored
🔥 Revert adding pyupgrade as a hook in pre-commit (#230)
This reverts commit 9d4800f.
1 parent 9d4800f commit f843f37

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@ repos:
2222
types: [python]
2323
language: system
2424
pass_filenames: false
25-
26-
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.18.0
28-
hooks:
29-
- id: pyupgrade
30-
args:
31-
- --py3-plus
32-
- --keep-runtime-typing

0 commit comments

Comments
 (0)