Update pyupgrade to v2.10.1 (#48089)

This commit is contained in:
Marc Mueller 2021-03-19 00:03:27 +01:00 committed by GitHub
parent 314a5518f1
commit 7def367467
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.7.2
rev: v2.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]

View file

@ -8,5 +8,5 @@ flake8==3.8.4
isort==5.7.0
pydocstyle==5.1.1
python-typing-update==0.3.0
pyupgrade==2.7.2
pyupgrade==2.10.1
yamllint==1.24.2