File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 22.6 .0
3
+ rev : 22.8 .0
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.0.1
7
+ rev : v4.3.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
args : [--markdown-linebreak-ext=md]
@@ -19,29 +19,29 @@ repos:
19
19
- id : mixed-line-ending
20
20
- id : name-tests-test
21
21
- repo : https://github.com/asottile/reorder_python_imports
22
- rev : v2.6.0
22
+ rev : v3.8.3
23
23
hooks :
24
24
- id : reorder-python-imports
25
25
- repo : https://github.com/asottile/blacken-docs
26
- rev : v1.11.0
26
+ rev : v1.12.1
27
27
hooks :
28
28
- id : blacken-docs
29
29
additional_dependencies : [black==21.9b0]
30
30
- repo : https://github.com/PyCQA/bandit
31
- rev : 1.7.0
31
+ rev : 1.7.4
32
32
hooks :
33
33
- id : bandit
34
34
exclude : ^tests/
35
35
- repo : https://github.com/PyCQA/flake8
36
- rev : 4 .0.1
36
+ rev : 5 .0.4
37
37
hooks :
38
38
- id : flake8
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v0.910-1
40
+ rev : v0.981
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies : [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6]
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v2.29.0
45
+ rev : v2.38.2
46
46
hooks :
47
47
- id : pyupgrade
You can’t perform that action at this time.
0 commit comments