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 17
17
- id : check-useless-excludes
18
18
- repo : https://github.com/pre-commit/mirrors-prettier
19
19
# keep it before yamllint
20
- rev : v4.0.0-alpha.3
20
+ rev : v4.0.0-alpha.8
21
21
hooks :
22
22
- id : prettier
23
23
always_run : true
@@ -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.0.0
29
+ rev : v8.2.1
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.27.2
36
+ rev : 0.27.3
37
37
hooks :
38
38
- id : check-github-workflows
39
39
- repo : https://github.com/pre-commit/pre-commit-hooks.git
@@ -65,14 +65,14 @@ repos:
65
65
types : [file, yaml]
66
66
entry : yamllint --strict
67
67
- repo : https://github.com/PyCQA/isort
68
- rev : 5.12.0
68
+ rev : 5.13.2
69
69
hooks :
70
70
- id : isort
71
71
args :
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 : 23.11.0
75
+ rev : 23.12.1
76
76
hooks :
77
77
- id : black
78
78
language_version : python3
@@ -95,14 +95,14 @@ repos:
95
95
- id : pyupgrade
96
96
args : ["--py39-plus"]
97
97
- repo : https://github.com/pre-commit/mirrors-mypy
98
- rev : v1.7.1
98
+ rev : v1.8.0
99
99
hooks :
100
100
- id : mypy
101
101
# empty args needed in order to match mypy cli behavior
102
102
args : []
103
103
additional_dependencies : []
104
104
- repo : https://github.com/pycqa/pylint
105
- rev : v3.0.1
105
+ rev : v3.0.3
106
106
hooks :
107
107
- id : pylint
108
108
args :
You can’t perform that action at this time.
0 commit comments