File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-case-conflict
@@ -15,29 +15,29 @@ repos:
15
15
# We use the Python version instead of the original version which seems to require Docker
16
16
# https://github.com/koalaman/shellcheck-precommit
17
17
- repo : https://github.com/shellcheck-py/shellcheck-py
18
- rev : v0.9 .0.6
18
+ rev : v0.10 .0.1
19
19
hooks :
20
20
- id : shellcheck
21
21
name : shellcheck
22
22
args : ["--severity=warning"]
23
23
stages : [manual]
24
24
25
25
- repo : https://github.com/sirosen/check-jsonschema
26
- rev : 0.29.4
26
+ rev : 0.31.0
27
27
hooks :
28
28
- id : check-github-workflows
29
29
args : ["--verbose"]
30
30
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : " v2.2.6 "
32
+ rev : " v2.3.0 "
33
33
hooks :
34
34
- id : codespell
35
35
args : ["-L", "nd"]
36
36
stages : [manual]
37
37
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
39
# Ruff version.
40
- rev : v0.8.5
40
+ rev : v0.9.1
41
41
hooks :
42
42
# Run the linter.
43
43
- id : ruff
You can’t perform that action at this time.
0 commit comments