wip/75442-upgrade-hooks #27

Merged
vdeniaud merged 6 commits from wip/75442-upgrade-hooks into main 2023-03-29 15:46:22 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c5d83eb864 - Show all commits

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: