Skip to content

Commit 267cbae

Browse files
committed
Add pyupgrade to pre-commit
1 parent c018eea commit 267cbae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
repos:
2+
- repo: https://github.com/asottile/pyupgrade
3+
rev: v2.29.1
4+
hooks:
5+
- id: pyupgrade
6+
args: [--py36-plus]
27
- repo: https://github.com/psf/black
38
rev: 21.9b0
49
hooks:

0 commit comments

Comments
 (0)