File tree 1 file changed +10
-10
lines changed
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
85
85
- id : debug-statements
86
86
87
87
- repo : https://github.com/PyCQA/pydocstyle.git
88
- rev : 6.1.1
88
+ rev : 6.3.0
89
89
hooks :
90
90
- id : pydocstyle
91
91
additional_dependencies :
@@ -118,7 +118,7 @@ repos:
118
118
D415,
119
119
120
120
- repo : https://github.com/codespell-project/codespell
121
- rev : v2.1 .0
121
+ rev : v2.3 .0
122
122
hooks :
123
123
- id : codespell
124
124
exclude : >
@@ -129,15 +129,15 @@ repos:
129
129
)$
130
130
131
131
- repo : https://github.com/adrienverge/yamllint.git
132
- rev : v1.26.2
132
+ rev : v1.35.1
133
133
hooks :
134
134
- id : yamllint
135
135
args :
136
136
- --strict
137
137
types : [file, yaml]
138
138
139
139
- repo : https://github.com/PyCQA/flake8.git
140
- rev : 3.9.2
140
+ rev : 7.1.1
141
141
hooks :
142
142
- id : flake8
143
143
language_version : python3.10
@@ -148,7 +148,7 @@ repos:
148
148
- wemake-python-styleguide >= 0.16.1
149
149
150
150
- repo : https://github.com/pre-commit/mirrors-mypy.git
151
- rev : v0.910
151
+ rev : v1.11.2
152
152
hooks :
153
153
- id : mypy
154
154
additional_dependencies :
You can’t perform that action at this time.
0 commit comments