Upgrade pyupgrade to v2.16.0 (#50756)

This commit is contained in:
Franck Nijhof 2021-05-17 11:27:09 +02:00 committed by GitHub
parent ff856a9bba
commit ecac574eb0
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: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.15.0 rev: v2.16.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]

View File

@ -12,5 +12,5 @@ mccabe==0.6.1
pycodestyle==2.7.0 pycodestyle==2.7.0
pydocstyle==6.0.0 pydocstyle==6.0.0
pyflakes==2.3.1 pyflakes==2.3.1
pyupgrade==2.15.0 pyupgrade==2.16.0
yamllint==1.26.1 yamllint==1.26.1