File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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 : 21.10b0
3
+ rev : 21.12b0
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.1.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
args : [--markdown-linebreak-ext=md]
@@ -23,12 +23,12 @@ repos:
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 .0
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.1
32
32
hooks :
33
33
- id : bandit
34
34
exclude : ^tests/
@@ -37,11 +37,11 @@ repos:
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.930
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.29.1
46
46
hooks :
47
47
- id : pyupgrade
You can’t perform that action at this time.
0 commit comments