Skip to content

Commit 729d2bc

Browse files
authored
Set django-upgrade to target Django 4.2 (jazzband#729)
* Remove tests against Django 3.2 * Upgrade Django-Upgrade pre-commit to target Django 4.2
1 parent 3cc503d commit 729d2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
rev: '1.20.0'
5656
hooks:
5757
- id: django-upgrade
58-
args: [--target-version, '3.2']
58+
args: [--target-version, '4.2']
5959
- repo: https://github.com/hhatto/autopep8
6060
rev: 'v2.3.1'
6161
hooks:

0 commit comments

Comments
 (0)