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 799ce45 commit 6e775d1Copy full SHA for 6e775d1
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: python3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v5.0.0"
+ rev: "v6.0.0"
7
hooks:
8
- id: check-added-large-files
9
args: ["--maxkb=1024"]
@@ -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