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 @@ -26,14 +26,14 @@ repos:
26
26
- prettier-plugin-toml
27
27
- prettier-plugin-sort-json
28
28
- repo : https://github.com/streetsidesoftware/cspell-cli
29
- rev : v8.13.3
29
+ rev : v8.15.2
30
30
hooks :
31
31
- id : cspell
32
32
# entry: codespell --relative
33
33
args : [--relative, --no-progress, --no-summary]
34
34
name : Spell check with cspell
35
35
- repo : https://github.com/python-jsonschema/check-jsonschema
36
- rev : 0.29.3
36
+ rev : 0.29.4
37
37
hooks :
38
38
- id : check-github-workflows
39
39
- repo : https://github.com/pre-commit/pre-commit-hooks.git
@@ -72,18 +72,18 @@ repos:
72
72
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
73
73
- --filter-files
74
74
- repo : https://github.com/psf/black
75
- rev : 24.8 .0
75
+ rev : 24.10 .0
76
76
hooks :
77
77
- id : black
78
78
language_version : python3
79
79
- repo : https://github.com/asottile/pyupgrade
80
80
# keep it after flake8
81
- rev : v3.17 .0
81
+ rev : v3.19 .0
82
82
hooks :
83
83
- id : pyupgrade
84
84
args : ["--py39-plus"]
85
85
- repo : https://github.com/pre-commit/mirrors-mypy
86
- rev : v1.11.2
86
+ rev : v1.13.0
87
87
hooks :
88
88
- id : mypy
89
89
# empty args needed in order to match mypy cli behavior
You can’t perform that action at this time.
0 commit comments