target dj4.2

This commit is contained in:
Ariel Rin
2023-05-03 12:51:56 +10:00
parent 49780b871d
commit 8d46ee65af

View File

@@ -54,6 +54,12 @@ repos:
- id: pyupgrade
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
rev: v2.2.0
hooks: