Skip to content

Commit cf6031a

Browse files
committed
Add pyupgrade to pre-commit hooks
1 parent 956623d commit cf6031a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: https://github.com/asottile/pyupgrade
3+
rev: v3.21.2
4+
hooks:
5+
- id: pyupgrade
6+
args: ["--py37-plus"]

0 commit comments

Comments
 (0)