Skip to content

Commit 6e775d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rtts/djhtml: 3.0.8 → 3.0.9](rtts/djhtml@3.0.8...3.0.9)
1 parent 799ce45 commit 6e775d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1024"]
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: flake8
5959
- repo: https://github.com/rtts/djhtml
60-
rev: "3.0.8"
60+
rev: "3.0.9"
6161
hooks:
6262
- id: djhtml
6363
files: .*/templates/.*\.html$

0 commit comments

Comments
 (0)