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 253cc2a commit ed71656Copy full SHA for ed71656
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: mixed-line-ending
29
- id: trailing-whitespace
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: "v3.19.1"
+ rev: "v3.20.0"
32
hooks:
33
- id: pyupgrade
34
args: [--py312]
@@ -57,12 +57,12 @@ repos:
57
58
- id: flake8
59
- repo: https://github.com/rtts/djhtml
60
- rev: "3.0.7"
+ rev: "3.0.8"
61
62
- id: djhtml
63
files: .*/templates/.*\.html$
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: "v2.5.1"
+ rev: "v2.6.0"
66
67
- id: pyproject-fmt
68
- repo: https://github.com/mrtazz/checkmake.git
0 commit comments