File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
rev : v5.0.0
5
5
hooks :
6
6
- id : trailing-whitespace
7
+ stages : [pre-commit]
7
8
- id : end-of-file-fixer
9
+ stages : [pre-commit]
8
10
- id : check-added-large-files
11
+ stages : [pre-commit]
9
12
- id : check-toml
13
+ stages : [pre-commit]
10
14
- id : check-yaml
15
+ stages : [pre-commit]
11
16
12
17
- repo : https://github.com/astral-sh/ruff-pre-commit
13
18
rev : v0.9.9
14
19
hooks :
15
20
- id : ruff
16
21
args : [--fix]
22
+ stages : [pre-commit]
17
23
- id : ruff-format
24
+ stages : [pre-commit]
18
25
19
26
- repo : https://codeberg.org/frnmst/md-toc
20
27
rev : 9.0.0
21
28
hooks :
22
29
- id : md-toc
30
+ stages : [pre-commit]
23
31
24
32
- repo : https://github.com/tox-dev/tox-ini-fmt
25
33
rev : " 1.5.0"
26
34
hooks :
27
35
- id : tox-ini-fmt
36
+ stages : [pre-commit]
28
37
29
38
- repo : https://github.com/compilerla/conventional-pre-commit
30
39
rev : v4.0.0
You can’t perform that action at this time.
0 commit comments