Update pyupgrade to 3.3.1 (#84148)
This commit is contained in:
parent
02fa5656bb
commit
813226e331
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.2.2
|
rev: v3.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py39-plus]
|
args: [--py39-plus]
|
||||||
|
|
|
@ -13,5 +13,5 @@ mccabe==0.7.0
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.10.0
|
||||||
pydocstyle==6.1.1
|
pydocstyle==6.1.1
|
||||||
pyflakes==3.0.1
|
pyflakes==3.0.1
|
||||||
pyupgrade==3.2.2
|
pyupgrade==3.3.1
|
||||||
yamllint==1.28.0
|
yamllint==1.28.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue