Upgrade pyupgrade to v2.3.0 (#35159)

This commit is contained in:
Franck Nijhof 2020-05-04 09:28:20 +02:00 committed by GitHub
parent c5379a0f35
commit 7284f4e7ca
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.2.1
rev: v2.3.0
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.2.1
pyupgrade==2.3.0
yamllint==1.23.0