Commit 7509100 1 parent 67abef2 commit 7509100 Copy full SHA for 7509100
File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 21
21
uses : liblaf/template/.github/actions/pre-commit@main
22
22
with :
23
23
autofix : true
24
- token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 2
2
autofix_commit_msg : " ci(pre-commit): auto fixes from pre-commit hooks"
3
3
autoupdate_commit_msg : " ci(pre-commit): pre-commit autoupdate"
4
4
skip :
5
- - cargo-check
6
- - cargo-clippy
7
- - cargo-test
8
- - cspell
9
- - latexindent
10
5
- poetry-lock
11
- - shellcheck
12
6
repos :
13
7
- repo : https://github.com/astral-sh/ruff-pre-commit
14
8
rev : v0.2.1
33
27
- --modifylinebreaks
34
28
- --GCString
35
29
- repo : https://github.com/commitizen-tools/commitizen
36
- rev : v3.14.1
30
+ rev : v3.15.0
37
31
hooks :
38
32
- id : commitizen
39
33
- repo : https://github.com/koalaman/shellcheck-precommit
50
44
- id : cargo-clippy
51
45
- id : cargo-fmt
52
46
- id : cargo-test
53
- - id : prettier
54
47
- repo : https://github.com/pre-commit/mirrors-clang-format
55
48
rev : v17.0.6
56
49
hooks :
@@ -59,6 +52,12 @@ repos:
59
52
- c
60
53
- c++
61
54
- cuda
55
+ - repo : https://github.com/pre-commit/mirrors-prettier
56
+ rev : v3.1.0
57
+ hooks :
58
+ - id : prettier
59
+ stages :
60
+ - pre-commit
62
61
- repo : https://github.com/pre-commit/pre-commit-hooks
63
62
rev : v4.5.0
64
63
hooks :
95
94
- id : check-github-actions
96
95
- id : check-github-workflows
97
96
- repo : https://github.com/python-poetry/poetry
98
- rev : 1.7.0
97
+ rev : 1.7.1
99
98
hooks :
100
99
- id : poetry-check
101
100
- id : poetry-export
You can’t perform that action at this time.
0 commit comments