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 34
34
)$
35
35
36
36
- repo : https://github.com/pycontribs/mirrors-prettier
37
- rev : v3.3.2
37
+ rev : v3.3.3
38
38
hooks :
39
39
- id : prettier
40
40
always_run : true
44
44
- prettier-plugin-sort-json
45
45
46
46
- repo : https://github.com/psf/black
47
- rev : 24.4.2
47
+ rev : 24.8.0
48
48
hooks :
49
49
- id : black
50
50
@@ -59,28 +59,28 @@ repos:
59
59
- id : tox-ini-fmt
60
60
61
61
- repo : https://github.com/astral-sh/ruff-pre-commit
62
- rev : v0.5.0
62
+ rev : v0.5.6
63
63
hooks :
64
64
- id : ruff
65
65
args :
66
66
- --exit-non-zero-on-fix
67
67
68
68
- repo : https://github.com/streetsidesoftware/cspell-cli
69
- rev : v8.9.0
69
+ rev : v8.13.1
70
70
hooks :
71
71
- id : cspell
72
72
name : Spell check with cspell
73
73
74
74
- repo : https://github.com/jsh9/pydoclint
75
- rev : " 0.5.3 "
75
+ rev : " 0.5.6 "
76
76
hooks :
77
77
- id : pydoclint
78
78
# This allows automatic reduction of the baseline file when needed.
79
79
entry : sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
80
80
pass_filenames : false
81
81
82
82
- repo : https://github.com/pycqa/pylint.git
83
- rev : v3.2.4
83
+ rev : v3.2.6
84
84
hooks :
85
85
- id : pylint
86
86
args :
91
91
- pyyaml
92
92
93
93
- repo : https://github.com/pre-commit/mirrors-mypy.git
94
- rev : v1.10 .1
94
+ rev : v1.11 .1
95
95
hooks :
96
96
- id : mypy
97
97
additional_dependencies :
You can’t perform that action at this time.
0 commit comments