Upgrade pyupgrade to v2.2.1 (#34608)

This commit is contained in:
Franck Nijhof 2020-04-23 22:13:31 +02:00 committed by GitHub
parent 5a9ee9bd6c
commit cc28150253
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.1.0
rev: v2.2.1
hooks:
- id: pyupgrade
args: [--py37-plus]

View file

@ -7,5 +7,5 @@ flake8-docstrings==1.5.0
flake8==3.7.9
isort==4.3.21
pydocstyle==5.0.2
pyupgrade==2.1.0
pyupgrade==2.2.1
yamllint==1.23.0