Update pyupgrade to v2.32.1 (#71939)
This commit is contained in:
parent
fcd9fcffe6
commit
ace2f18697
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.32.0
|
||||
rev: v2.32.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py39-plus]
|
||||
|
|
|
@ -12,5 +12,5 @@ mccabe==0.6.1
|
|||
pycodestyle==2.8.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.4.0
|
||||
pyupgrade==2.32.0
|
||||
pyupgrade==2.32.1
|
||||
yamllint==1.26.3
|
||||
|
|
Loading…
Add table
Reference in a new issue