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 32
32
- id : text-unicode-replacement-char
33
33
exclude_types : [jupyter]
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.29.0
35
+ rev : v2.29.1
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
@@ -42,21 +42,21 @@ repos:
42
42
- id : reorder-python-imports
43
43
types : [python]
44
44
- repo : https://github.com/asottile/setup-cfg-fmt
45
- rev : v1.17 .0
45
+ rev : v1.20 .0
46
46
hooks :
47
47
- id : setup-cfg-fmt
48
48
- repo : https://github.com/psf/black
49
- rev : 21.9b0
49
+ rev : 21.11b1
50
50
hooks :
51
51
- id : black
52
52
types : [python]
53
53
- repo : https://github.com/asottile/blacken-docs
54
- rev : v1.11 .0
54
+ rev : v1.12 .0
55
55
hooks :
56
56
- id : blacken-docs
57
57
additional_dependencies : [black]
58
58
- repo : https://github.com/PyCQA/flake8
59
- rev : 3.9.2
59
+ rev : 4.0.1
60
60
hooks :
61
61
- id : flake8
62
62
types : [python]
@@ -76,13 +76,13 @@ repos:
76
76
Pygments,
77
77
]
78
78
- repo : https://github.com/nbQA-dev/nbQA
79
- rev : 1.1.1
79
+ rev : 1.2.2
80
80
hooks :
81
81
- id : nbqa-black
82
82
- id : nbqa-pyupgrade
83
83
- id : nbqa-isort
84
84
- repo : https://github.com/PyCQA/doc8
85
- rev : 0.9 .1
85
+ rev : 0.10 .1
86
86
hooks :
87
87
- id : doc8
88
88
- repo : https://github.com/econchick/interrogate
You can’t perform that action at this time.
0 commit comments