File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.4 .0
14
+ rev : v4.6 .0
15
15
hooks :
16
16
- id : check-added-large-files
17
17
- id : check-merge-conflict
@@ -22,36 +22,36 @@ repos:
22
22
- id : mixed-line-ending
23
23
24
24
- repo : https://github.com/talos-systems/conform
25
- rev : v0.1.0-alpha.27
25
+ rev : v0.1.0-alpha.30
26
26
hooks :
27
27
- id : conform
28
28
stages :
29
29
- commit-msg
30
30
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : v2.2.5
32
+ rev : v2.3.0
33
33
hooks :
34
34
- id : codespell
35
35
36
36
- repo : https://github.com/igorshubovych/markdownlint-cli
37
- rev : v0.36 .0
37
+ rev : v0.41 .0
38
38
hooks :
39
39
- id : markdownlint
40
40
- id : markdownlint-fix
41
41
42
42
- repo : https://github.com/koalaman/shellcheck-precommit
43
- rev : v0.9 .0
43
+ rev : v0.10 .0
44
44
hooks :
45
45
- id : shellcheck
46
46
args : ["--severity=warning"]
47
47
48
48
- repo : https://github.com/pycqa/isort
49
- rev : 5.12.0
49
+ rev : 5.13.2
50
50
hooks :
51
51
- id : isort
52
52
name : isort (python)
53
53
54
54
- repo : https://github.com/psf/black
55
- rev : 23.9.1
55
+ rev : 24.8.0
56
56
hooks :
57
57
- id : black
You can’t perform that action at this time.
0 commit comments