Skip to content

Commit 04c04fd

Browse files
committed
Add pre-commit config for pyupgrade --py37-plus
1 parent bcc2be3 commit 04c04fd

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.4.0
4+
hooks:
5+
- id: pyupgrade
6+
args: [--py37-plus]

0 commit comments

Comments
 (0)