File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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.9.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
82
82
- id : debug-statements
83
83
84
84
- repo : https://github.com/codespell-project/codespell
85
- rev : v2.2.6
85
+ rev : v2.3.0
86
86
hooks :
87
87
- id : codespell
88
88
95
95
types : [file, yaml]
96
96
97
97
- repo : https://github.com/PyCQA/flake8.git
98
- rev : 5.0.4
98
+ rev : 7.1.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.1
111
111
hooks :
112
112
- id : mypy
113
113
alias : mypy-py311
@@ -121,7 +121,7 @@ repos:
121
121
pass_filenames : false
122
122
123
123
- repo : https://github.com/pycqa/pylint.git
124
- rev : v3.1.0
124
+ rev : v3.2.4
125
125
hooks :
126
126
- id : pylint
127
127
args :
You can’t perform that action at this time.
0 commit comments