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 9460bca commit 654106dCopy full SHA for 654106d
.pre-commit-config.yaml
@@ -33,12 +33,12 @@ repos:
33
- id: pyupgrade
34
args: [--py312]
35
- repo: https://github.com/adamchainz/django-upgrade
36
- rev: "1.25.0"
+ rev: "1.28.0"
37
hooks:
38
- id: django-upgrade
39
args: [--target-version, "5.2"]
40
- repo: https://github.com/psf/black
41
- rev: 25.1.0
+ rev: 25.9.0
42
43
- id: black
44
exclude: '(\/migrations\/)'
@@ -57,7 +57,7 @@ repos:
57
58
- id: flake8
59
- repo: https://github.com/rtts/djhtml
60
- rev: "3.0.8"
+ rev: "3.0.9"
61
62
- id: djhtml
63
files: .*/templates/.*\.html$
0 commit comments