We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8579fb6 commit 5c11912Copy full SHA for 5c11912
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
23
24
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25
- rev: "v0.7.2"
+ rev: "v0.8.1"
26
hooks:
27
- id: ruff
28
args: [--exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
35
args: [--py37-plus]
36
37
- repo: "https://github.com/Riverside-Healthcare/djLint"
38
- rev: v1.35.4
+ rev: v1.36.3
39
40
- id: djlint-jinja
41
types_or: ["html"]
@@ -46,7 +46,7 @@ repos:
46
- id: doc8
47
48
- repo: "https://github.com/kynan/nbstripout"
49
- rev: "0.8.0"
+ rev: "0.8.1"
50
51
- id: nbstripout
52
@@ -56,7 +56,7 @@ repos:
56
- id: remove-metadata
57
58
- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
59
- rev: v16.10.0
+ rev: v16.11.0
60
61
- id: stylelint
62
# automatically fix .scss files where possible
0 commit comments