File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ repos:
47
47
- id : toml-sort-fix
48
48
49
49
- repo : https://github.com/tox-dev/tox-ini-fmt
50
- rev : 1.4.1
50
+ rev : 1.5.0
51
51
hooks :
52
52
- id : tox-ini-fmt
53
53
54
54
- repo : https://github.com/astral-sh/ruff-pre-commit
55
- rev : v0.8.6
55
+ rev : v0.9.4
56
56
hooks :
57
57
- id : ruff
58
58
args :
@@ -63,26 +63,26 @@ repos:
63
63
types_or : [python, pyi]
64
64
65
65
- repo : https://github.com/psf/black # must be after ruff
66
- rev : 24.10 .0
66
+ rev : 25.1 .0
67
67
hooks :
68
68
- id : black
69
69
70
70
- repo : https://github.com/streetsidesoftware/cspell-cli
71
- rev : v8.17.0
71
+ rev : v8.17.2
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.14 "
77
+ rev : " 0.6.0 "
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.3
85
+ rev : v3.3.4
86
86
hooks :
87
87
- id : pylint
88
88
args :
You can’t perform that action at this time.
0 commit comments