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.
1 parent f73cafa commit a7440b1Copy full SHA for a7440b1
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
- id: pyupgrade
34
args: [--py312]
35
- repo: https://github.com/adamchainz/django-upgrade
36
- rev: "1.23.1"
+ rev: "1.24.0"
37
hooks:
38
- id: django-upgrade
39
args: [--target-version, "5.1"]
@@ -53,7 +53,7 @@ repos:
53
54
- id: isort
55
- repo: https://github.com/pycqa/flake8
56
- rev: "7.1.2"
+ rev: "7.2.0"
57
58
- id: flake8
59
- repo: https://github.com/rtts/djhtml
0 commit comments