We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1dc4ea + 47aa2fc commit ce4e991Copy full SHA for ce4e991
.pre-commit-config.yaml
@@ -1,9 +1,9 @@
1
default_language_version:
2
- python: python3.12
+ python: python3.13
3
4
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" ]
+ - repo: https://github.com/adamchainz/django-upgrade
+ rev: "1.27.0"
+ hooks:
+ - id: django-upgrade
+ args: [--target-version, "5.2"]
0 commit comments