Skip to content

Commit 27ef2f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.1...v0.14.0) - [github.com/rtts/djhtml: 3.0.9 → 3.0.10](rtts/djhtml@3.0.9...3.0.10)
1 parent 2ff2f83 commit 27ef2f3

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
@@ -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.0'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -30,7 +30,7 @@ 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

0 commit comments

Comments
 (0)