style: pyupgrade

This commit is contained in:
Henry Fredrick Schreiner
2021-01-02 19:11:40 -05:00
parent 2a73fee411
commit 7e80e4b0b6
3 changed files with 8 additions and 4 deletions
+6
View File
@@ -23,3 +23,9 @@ repos:
- id: mypy
files: ^(cibuildwheel/|test/|bin/projects.py|unit_test/)
pass_filenames: false
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
hooks:
- id: pyupgrade
args: ["--py36-plus"]