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 13
13
14
14
repos :
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.4 .0
16
+ rev : v5.0 .0
17
17
hooks :
18
18
- id : check-added-large-files
19
19
- id : check-merge-conflict
@@ -24,36 +24,36 @@ repos:
24
24
- id : mixed-line-ending
25
25
26
26
- repo : https://github.com/talos-systems/conform
27
- rev : v0.1.0-alpha.27
27
+ rev : v0.1.0-alpha.30
28
28
hooks :
29
29
- id : conform
30
30
stages :
31
31
- commit-msg
32
32
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : v2.2.5
34
+ rev : v2.4.1
35
35
hooks :
36
36
- id : codespell
37
37
38
38
- repo : https://github.com/igorshubovych/markdownlint-cli
39
- rev : v0.36 .0
39
+ rev : v0.44 .0
40
40
hooks :
41
41
- id : markdownlint
42
42
- id : markdownlint-fix
43
43
44
44
- repo : https://github.com/koalaman/shellcheck-precommit
45
- rev : v0.9 .0
45
+ rev : v0.10 .0
46
46
hooks :
47
47
- id : shellcheck
48
48
args : ["--severity=warning"]
49
49
50
50
- repo : https://github.com/pycqa/isort
51
- rev : 5.12.0
51
+ rev : 6.0.1
52
52
hooks :
53
53
- id : isort
54
54
name : isort (python)
55
55
56
56
- repo : https://github.com/psf/black
57
- rev : 23.9.1
57
+ rev : 25.1.0
58
58
hooks :
59
59
- id : black
You can’t perform that action at this time.
0 commit comments