misc: change pyupgrade target version to 3.9 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-29 12:10:46 +02:00
parent 683bdb3040
commit 85c9284941
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ['--keep-percent-format', '--py37-plus']
args: ['--keep-percent-format', '--py39-plus']
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
hooks: