1
1
ci :
2
- autofix_commit_msg : |
3
- ci(pre-commit): auto fixes from pre-commit.com hooks
4
-
5
- for more information, see https://pre-commit.ci
6
- autoupdate_commit_msg : |
7
- ci(pre-commit): pre-commit autoupdate
2
+ autofix_commit_msg : " ci(pre-commit): auto fixes from pre-commit.com hooks"
3
+ autoupdate_commit_msg : " ci(pre-commit): pre-commit autoupdate"
8
4
skip :
9
5
- cargo-check
10
6
- cargo-clippy
13
9
- latexindent
14
10
- poetry-lock
15
11
- shellcheck
16
-
17
12
repos :
18
13
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.1.14
14
+ rev : v0.2.1
20
15
hooks :
21
16
- id : ruff
22
17
args :
23
18
- --fix
19
+ - --unsafe-fixes
24
20
- id : ruff-format
25
21
- repo : https://github.com/cmhughes/latexindent.pl
26
22
rev : V3.23.6
37
33
- --modifylinebreaks
38
34
- --GCString
39
35
- repo : https://github.com/commitizen-tools/commitizen
40
- rev : v3.13.0
36
+ rev : v3.14.1
41
37
hooks :
42
38
- id : commitizen
43
39
- repo : https://github.com/koalaman/shellcheck-precommit
@@ -47,6 +43,14 @@ repos:
47
43
files : \.(bash|sh|zsh)(\.tmpl)?$
48
44
types :
49
45
- text
46
+ - repo : https://github.com/liblaf/template
47
+ rev : main
48
+ hooks :
49
+ - id : cargo-check
50
+ - id : cargo-clippy
51
+ - id : cargo-fmt
52
+ - id : cargo-test
53
+ - id : prettier
50
54
- repo : https://github.com/pre-commit/mirrors-clang-format
51
55
rev : v17.0.6
52
56
hooks :
85
89
- id : name-tests-test
86
90
- id : trailing-whitespace
87
91
- repo : https://github.com/python-jsonschema/check-jsonschema
88
- rev : 0.27.3
92
+ rev : 0.28.0
89
93
hooks :
90
94
- id : check-dependabot
91
95
- id : check-github-actions
@@ -94,15 +98,15 @@ repos:
94
98
rev : 1.7.0
95
99
hooks :
96
100
- id : poetry-check
97
- - id : poetry-lock
98
101
- id : poetry-export
99
102
args :
100
103
- --output=requirements.txt
101
104
- --without-hashes
102
105
- --without-urls
103
106
- id : poetry-install
107
+ - id : poetry-lock
104
108
- repo : https://github.com/scop/pre-commit-shfmt
105
- rev : v3.7 .0-4
109
+ rev : v3.8 .0-1
106
110
hooks :
107
111
- id : shfmt
108
112
files : \.(bash|sh|zsh)(\.tmpl)?$
@@ -115,55 +119,13 @@ repos:
115
119
- --case-indent
116
120
- --space-redirects
117
121
- repo : https://github.com/sirosen/texthooks
118
- rev : 0.6.3
122
+ rev : 0.6.4
119
123
hooks :
120
- # - id: fix-smartquotes
124
+ - id : alphabetize-codeowners
121
125
- id : fix-ligatures
122
126
- id : fix-spaces
123
127
- id : forbid-bidi-controls
124
- - id : alphabetize-codeowners
125
128
- repo : https://github.com/streetsidesoftware/cspell-cli
126
129
rev : v8.3.0
127
130
hooks :
128
131
- id : cspell
129
- - repo : local
130
- hooks :
131
- - id : cargo-check
132
- name : cargo check
133
- entry : cargo check
134
- language : rust
135
- types :
136
- - rust
137
- pass_filenames : false
138
- - id : cargo-clippy
139
- name : cargo clippy
140
- entry : cargo clippy
141
- language : rust
142
- types :
143
- - rust
144
- pass_filenames : false
145
- - id : cargo-fmt
146
- name : cargo fmt
147
- entry : cargo fmt
148
- language : rust
149
- types :
150
- - rust
151
- pass_filenames : false
152
- - id : cargo-test
153
- name : cargo test
154
- entry : cargo test
155
- language : rust
156
- types :
157
- - rust
158
- pass_filenames : false
159
- - id : prettier
160
- name : Prettier
161
- entry : prettier --write --ignore-unknown
162
- language : node
163
- types :
164
- - text
165
- additional_dependencies :
166
- - prettier@latest
167
-
168
- default_stages :
169
- - pre-commit
0 commit comments