Commit 2453ae1 1 parent 98c57bd commit 2453ae1 Copy full SHA for 2453ae1
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 @@ -11,17 +11,17 @@ default_install_hook_types:
11
11
# by default, confine hooks to these git stages (except for hooks that specify their own stages)
12
12
# https://pre-commit.com/#top_level-default_stages
13
13
default_stages :
14
- - commit
14
+ - pre- commit
15
15
16
16
repos :
17
17
- repo : https://github.com/compilerla/conventional-pre-commit
18
- rev : v3.4 .0
18
+ rev : v3.6 .0
19
19
hooks :
20
20
- id : conventional-pre-commit
21
21
stages : [commit-msg]
22
22
23
23
- repo : https://github.com/pre-commit/pre-commit-hooks
24
- rev : v4.6 .0
24
+ rev : v5.0 .0
25
25
hooks :
26
26
- id : trailing-whitespace
27
27
args : [--markdown-linebreak-ext=md]
33
33
- id : check-added-large-files
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : 24.8 .0
36
+ rev : 24.10 .0
37
37
hooks :
38
38
- id : black
39
39
types :
54
54
files : .py$
55
55
56
56
- repo : https://github.com/igorshubovych/markdownlint-cli
57
- rev : v0.42 .0
57
+ rev : v0.43 .0
58
58
hooks :
59
59
- id : markdownlint
You can’t perform that action at this time.
0 commit comments