target dj4.2

This commit is contained in:
Ariel Rin 2023-05-03 12:51:56 +10:00
parent 49780b871d
commit 8d46ee65af
No known key found for this signature in database
GPG Key ID: 078FB6C6B214CAB3

View File

@ -54,6 +54,12 @@ repos:
- id: pyupgrade - id: pyupgrade
args: [ --py38-plus ] args: [ --py38-plus ]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
hooks:
- id: django-upgrade
args: [--target-version=4.2]
- repo: https://github.com/asottile/setup-cfg-fmt - repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0 rev: v2.2.0
hooks: hooks: