ci: update pyupgrade to 3.1.0 (#70693)

This commit is contained in:
Frédéric Péters 2022-10-26 19:22:44 +02:00
parent db88c7d640
commit 0d5751d279
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ['--keep-percent-format', '--py37-plus']