Skip to content

Commit 7c6de58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.9](astral-sh/ruff-pre-commit@v0.13.1...v0.14.9) - [github.com/rtts/djhtml: 3.0.9 → 3.0.10](rtts/djhtml@3.0.9...3.0.10) - [github.com/adamchainz/djade-pre-commit: 1.6.0 → 1.7.0](adamchainz/djade-pre-commit@1.6.0...1.7.0)
1 parent 245b2a0 commit 7c6de58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: fix-byte-order-marker
2020
# Versions must be kept in sync with lockfile
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.13.1'
22+
rev: 'v0.14.9'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -30,14 +30,14 @@ repos:
3030
- id: yamllint
3131

3232
- repo: https://github.com/rtts/djhtml
33-
rev: '3.0.9'
33+
rev: '3.0.10'
3434
hooks:
3535
- id: djhtml
3636
- id: djcss
3737
- id: djjs
3838

3939
- repo: https://github.com/adamchainz/djade-pre-commit
40-
rev: "1.6.0"
40+
rev: "1.7.0"
4141
hooks:
4242
- id: djade
4343
args: [--target-version, "4.2"]

0 commit comments

Comments
 (0)