File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
@@ -14,35 +14,42 @@ repos:
14
14
- id : trailing-whitespace
15
15
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.6.7
17
+ rev : v0.7.1
18
18
hooks :
19
19
- id : ruff-format
20
20
21
21
- repo : https://github.com/python-jsonschema/check-jsonschema
22
- rev : 0.29.2
22
+ rev : 0.29.4
23
23
hooks :
24
24
- id : check-github-workflows
25
25
26
26
- repo : https://github.com/rhysd/actionlint
27
- rev : v1.7.1
27
+ rev : v1.7.3
28
28
hooks :
29
29
- id : actionlint
30
30
31
31
- repo : https://github.com/tox-dev/pyproject-fmt
32
- rev : 2.2.3
32
+ rev : v2.5.0
33
33
hooks :
34
34
- id : pyproject-fmt
35
35
36
36
- repo : https://github.com/abravalheri/validate-pyproject
37
- rev : v0.19
37
+ rev : v0.22
38
38
hooks :
39
39
- id : validate-pyproject
40
40
41
41
- repo : https://github.com/tox-dev/tox-ini-fmt
42
- rev : 1.4.0
42
+ rev : 1.4.1
43
43
hooks :
44
44
- id : tox-ini-fmt
45
45
46
+ - repo : https://github.com/rbubley/mirrors-prettier
47
+ rev : v3.3.3
48
+ hooks :
49
+ - id : prettier
50
+ files : templates/switchers.js
51
+ args : [--single-quote]
52
+
46
53
- repo : meta
47
54
hooks :
48
55
- id : check-hooks-apply
You can’t perform that action at this time.
0 commit comments