Bump pyupgrade to v2.7.2 (#38629)

This commit is contained in:
Bas Nijholt 2020-08-08 12:36:12 +02:00 committed by GitHub
parent 937b951727
commit d49c55a8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.3.0
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py37-plus]

View file

@ -7,5 +7,5 @@ flake8-docstrings==1.5.0
flake8==3.8.3
isort==4.3.21
pydocstyle==5.0.2
pyupgrade==2.3.0
pyupgrade==2.7.2
yamllint==1.23.0