File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ default_language_version:
13
13
14
14
repos :
15
15
- repo : " https://github.com/pycontribs/mirrors-prettier"
16
- rev : v3.3.3
16
+ rev : v3.4.2
17
17
hooks :
18
18
- id : prettier
19
19
# Exclude the HTML, since it doesn't understand Jinja2
@@ -22,20 +22,20 @@ repos:
22
22
exclude : .+\.html|webpack\.config\.js|tests/test_a11y/
23
23
24
24
- repo : " https://github.com/astral-sh/ruff-pre-commit"
25
- rev : " v0.8.1 "
25
+ rev : " v0.8.6 "
26
26
hooks :
27
27
- id : ruff
28
28
args : [--exit-non-zero-on-fix]
29
29
- id : ruff-format
30
30
31
31
- repo : " https://github.com/asottile/pyupgrade"
32
- rev : v3.19.0
32
+ rev : v3.19.1
33
33
hooks :
34
34
- id : pyupgrade
35
35
args : [--py37-plus]
36
36
37
37
- repo : " https://github.com/Riverside-Healthcare/djLint"
38
- rev : v1.36.3
38
+ rev : v1.36.4
39
39
hooks :
40
40
- id : djlint-jinja
41
41
types_or : ["html"]
56
56
- id : remove-metadata
57
57
58
58
- repo : " https://github.com/thibaudcolas/pre-commit-stylelint"
59
- rev : v16.11 .0
59
+ rev : v16.12 .0
60
60
hooks :
61
61
- id : stylelint
62
62
# automatically fix .scss files where possible
You can’t perform that action at this time.
0 commit comments