Skip to content

Commit 3cede0d

Browse files
committed
Updating django-upgrade config
1 parent a1dc4ea commit 3cede0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
default_language_version:
2-
python: python3.12
2+
python: python3.13
33

44
repos:
5-
- repo: https://github.com/adamchainz/django-upgrade
6-
rev: "1.20.0"
7-
hooks:
8-
- id: django-upgrade
9-
args: [ --target-version, "4.2" ]
5+
- repo: https://github.com/adamchainz/django-upgrade
6+
rev: "1.27.0"
7+
hooks:
8+
- id: django-upgrade
9+
args: [--target-version, "5.2", "--list-fixers"]

0 commit comments

Comments
 (0)