add pyupgrade pre-commit hook
This commit is contained in:
parent
8468d3a98f
commit
26d462a334
@ -1,4 +1,9 @@
|
||||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v1.26.2
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py36-plus"]
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v1.9.0
|
||||
hooks:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user