Update pyupgrade to v2.10.1 (#48089)
This commit is contained in:
parent
314a5518f1
commit
7def367467
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue