Update pyupgrade to 2.32.0 (#69991)

This commit is contained in:
Marc Mueller 2022-04-13 20:23:19 +02:00 committed by GitHub
parent 74e9c050af
commit 2346cb1cd7
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: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.31.1 rev: v2.32.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]

View File

@ -12,5 +12,5 @@ mccabe==0.6.1
pycodestyle==2.8.0 pycodestyle==2.8.0
pydocstyle==6.1.1 pydocstyle==6.1.1
pyflakes==2.4.0 pyflakes==2.4.0
pyupgrade==2.31.1 pyupgrade==2.32.0
yamllint==1.26.3 yamllint==1.26.3