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 @@ -45,13 +45,13 @@ repos:
45
45
- prettier-plugin-toml
46
46
47
47
- repo : https://github.com/psf/black.git
48
- rev : 24.3.0
48
+ rev : 24.4.2
49
49
hooks :
50
50
- id : black
51
51
language_version : python3
52
52
53
53
- repo : https://github.com/streetsidesoftware/cspell-cli
54
- rev : v8.6.1
54
+ rev : v8.7.0
55
55
hooks :
56
56
- id : cspell
57
57
name : Spell check with cspell
62
62
- id : remove-tabs
63
63
64
64
- repo : https://github.com/pre-commit/pre-commit-hooks.git
65
- rev : v4.5 .0
65
+ rev : v4.6 .0
66
66
hooks :
67
67
# Side-effects:
68
68
- id : trailing-whitespace
95
95
types : [file, yaml]
96
96
97
97
- repo : https://github.com/PyCQA/flake8.git
98
- rev : 5 .0.4
98
+ rev : 7 .0.0
99
99
hooks :
100
100
- id : flake8
101
101
alias : flake8
@@ -107,7 +107,7 @@ repos:
107
107
- flake8-docstrings # uses pydocstyle
108
108
109
109
- repo : https://github.com/pre-commit/mirrors-mypy.git
110
- rev : v1.9 .0
110
+ rev : v1.10 .0
111
111
hooks :
112
112
- id : mypy
113
113
alias : mypy-py311
You can’t perform that action at this time.
0 commit comments