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 @@ -16,14 +16,14 @@ repos:
16
16
- prettier
17
17
- prettier-plugin-toml
18
18
- repo : https://github.com/streetsidesoftware/cspell-cli
19
- rev : v8.13.1
19
+ rev : v8.13.3
20
20
hooks :
21
21
- id : cspell
22
22
# entry: codespell --relative
23
23
args : [--relative, --no-progress, --no-summary]
24
24
name : Spell check with cspell
25
25
- repo : https://github.com/sirosen/check-jsonschema
26
- rev : 0.29.1
26
+ rev : 0.29.2
27
27
hooks :
28
28
- id : check-github-workflows
29
29
- repo : https://github.com/pre-commit/pre-commit-hooks.git
36
36
- id : check-executables-have-shebangs
37
37
- id : check-merge-conflict
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : " v0.5.6 "
39
+ rev : " v0.6.3 "
40
40
hooks :
41
41
- id : ruff
42
42
args : [--fix, --exit-non-zero-on-fix]
48
48
- id : black
49
49
language_version : python3
50
50
- repo : https://github.com/pre-commit/mirrors-mypy
51
- rev : v1.11.1
51
+ rev : v1.11.2
52
52
hooks :
53
53
- id : mypy
54
54
# empty args needed in order to match mypy cli behavior
57
57
- actions-toolkit
58
58
- pytest
59
59
- repo : https://github.com/pycqa/pylint
60
- rev : v3.2.6
60
+ rev : v3.2.7
61
61
hooks :
62
62
- id : pylint
63
63
args :
You can’t perform that action at this time.
0 commit comments