Skip to content

Commit 801671f

Browse files
chore(deps): Update pdm.lock
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e22540b commit 801671f

File tree

2 files changed

+2458
-1767
lines changed

2 files changed

+2458
-1767
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ 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.13'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626

2727
- repo: https://github.com/adrienverge/yamllint
28-
rev: v1.37.1
28+
rev: v1.38.0
2929
hooks:
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)