We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22540b commit 801671fCopy full SHA for 801671f
.pre-commit-config.yaml
@@ -19,25 +19,25 @@ repos:
19
- id: fix-byte-order-marker
20
# Versions must be kept in sync with lockfile
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: 'v0.13.1'
+ rev: 'v0.14.13'
23
hooks:
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
26
27
- repo: https://github.com/adrienverge/yamllint
28
- rev: v1.37.1
+ rev: v1.38.0
29
30
- id: yamllint
31
32
- repo: https://github.com/rtts/djhtml
33
- rev: '3.0.9'
+ rev: '3.0.10'
34
35
- id: djhtml
36
- id: djcss
37
- id: djjs
38
39
- repo: https://github.com/adamchainz/djade-pre-commit
40
- rev: "1.6.0"
+ rev: "1.7.0"
41
42
- id: djade
43
args: [--target-version, "4.2"]
0 commit comments