File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/asottile/add-trailing-comma.git
4
- rev : v2.0.1
4
+ rev : v3.1.0
5
5
hooks :
6
6
- id : add-trailing-comma
7
7
args :
8
8
- --py36-plus
9
9
10
- - repo : https://github.com/timothycrosley /isort.git
11
- rev : 5.12.0
10
+ - repo : https://github.com/PyCQA /isort
11
+ rev : 5.13.2
12
12
hooks :
13
13
- id : isort
14
14
args :
15
15
- --honor-noqa
16
16
17
17
- repo : https://github.com/Lucas-C/pre-commit-hooks.git
18
- rev : v1.1.7
18
+ rev : v1.5.5
19
19
hooks :
20
20
- id : remove-tabs
21
21
exclude : |
28
28
$
29
29
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks.git
31
- rev : v4.0.1
31
+ rev : v4.6.0
32
32
hooks :
33
33
# Side-effects:
34
34
- id : trailing-whitespace
89
89
- id : debug-statements
90
90
91
91
- repo : https://github.com/PyCQA/pydocstyle.git
92
- rev : 6.1.1
92
+ rev : 6.3.0
93
93
hooks :
94
94
- id : pydocstyle
95
95
additional_dependencies :
@@ -122,7 +122,7 @@ repos:
122
122
D415,
123
123
124
124
- repo : https://github.com/codespell-project/codespell
125
- rev : v2.1 .0
125
+ rev : v2.3 .0
126
126
hooks :
127
127
- id : codespell
128
128
exclude : >
@@ -133,15 +133,15 @@ repos:
133
133
)$
134
134
135
135
- repo : https://github.com/adrienverge/yamllint.git
136
- rev : v1.26.2
136
+ rev : v1.35.1
137
137
hooks :
138
138
- id : yamllint
139
139
args :
140
140
- --strict
141
141
types : [file, yaml]
142
142
143
143
- repo : https://github.com/PyCQA/flake8.git
144
- rev : 3.9.2
144
+ rev : 7.1.0
145
145
hooks :
146
146
- id : flake8
147
147
language_version : python3.10
@@ -152,7 +152,7 @@ repos:
152
152
- wemake-python-styleguide >= 0.16.1
153
153
154
154
- repo : https://github.com/pre-commit/mirrors-mypy.git
155
- rev : v0.910
155
+ rev : v1.10.1
156
156
hooks :
157
157
- id : mypy
158
158
additional_dependencies :
You can’t perform that action at this time.
0 commit comments