ci: update pyupgrade to 3.1.0 (#70693)

This commit is contained in:
Frédéric Péters 2022-10-26 19:22:46 +02:00
parent a41c247c57
commit 09e6ef0b6e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ repos:
- id: isort
args: ['--profile', 'black', '--line-length', '110']
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ['--keep-percent-format', '--py37-plus']