Skip to content

Commit 9ecb5ba

Browse files
committed
Match django-upgrade's target version with the project's Django version
1 parent 41b3c8d commit 9ecb5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
rev: "1.28.0"
3535
hooks:
3636
- id: django-upgrade
37-
args: [--target-version, "5.0"]
37+
args: [--target-version, "5.1"]
3838

3939
- repo: https://github.com/psf/black
4040
rev: 25.9.0

0 commit comments

Comments
 (0)