Upgrade pyupgrade to v2.2.1 (#34608)
This commit is contained in:
parent
5a9ee9bd6c
commit
cc28150253
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.1.0
|
||||
rev: v2.2.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus]
|
||||
|
|
|
@ -7,5 +7,5 @@ flake8-docstrings==1.5.0
|
|||
flake8==3.7.9
|
||||
isort==4.3.21
|
||||
pydocstyle==5.0.2
|
||||
pyupgrade==2.1.0
|
||||
pyupgrade==2.2.1
|
||||
yamllint==1.23.0
|
||||
|
|
Loading…
Add table
Reference in a new issue