Update pyupgrade to v2.23.0 (#53495)

This commit is contained in:
Marc Mueller 2021-07-26 14:21:30 +02:00 committed by GitHub
parent ebfdfd172b
commit 882c323551
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.21.2
rev: v2.23.0
hooks:
- id: pyupgrade
args: [--py38-plus]

View File

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