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 52
52
- id : tox-ini-fmt
53
53
54
54
- repo : https://github.com/astral-sh/ruff-pre-commit
55
- rev : v0.8.3
55
+ rev : v0.8.6
56
56
hooks :
57
57
- id : ruff
58
58
args :
@@ -68,21 +68,21 @@ repos:
68
68
- id : black
69
69
70
70
- repo : https://github.com/streetsidesoftware/cspell-cli
71
- rev : v8.16.1
71
+ rev : v8.17.0
72
72
hooks :
73
73
- id : cspell
74
74
name : Spell check with cspell
75
75
76
76
- repo : https://github.com/jsh9/pydoclint
77
- rev : " 0.5.12 "
77
+ rev : " 0.5.14 "
78
78
hooks :
79
79
- id : pydoclint
80
80
# This allows automatic reduction of the baseline file when needed.
81
81
entry : sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
82
82
pass_filenames : false
83
83
84
84
- repo : https://github.com/pycqa/pylint.git
85
- rev : v3.3.2
85
+ rev : v3.3.3
86
86
hooks :
87
87
- id : pylint
88
88
args :
95
95
- tox
96
96
97
97
- repo : https://github.com/pre-commit/mirrors-mypy.git
98
- rev : v1.13.0
98
+ rev : v1.14.1
99
99
hooks :
100
100
- id : mypy
101
101
additional_dependencies :
You can’t perform that action at this time.
0 commit comments