File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/ambv/black
3
- rev : 21.5b2
3
+ rev : 21.10b0
4
4
hooks :
5
5
- id : black
6
6
args : [ "--quiet" ]
@@ -35,16 +35,17 @@ repos:
35
35
' flake8-type-checking' ,
36
36
]
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v2.19.1
38
+ rev : v2.29.0
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : [ "--py36-plus", "--py37-plus",'--keep-runtime-typing' ]
42
42
- repo : https://github.com/pycqa/isort
43
- rev : 5.8 .0
43
+ rev : 5.10 .0
44
44
hooks :
45
45
- id : isort
46
46
- repo : https://github.com/pre-commit/mirrors-mypy
47
- rev : v0.812
47
+ rev : v0.910-1
48
48
hooks :
49
49
- id : mypy
50
- additional_dependencies : [ pytest ]
50
+ additional_dependencies :
51
+ - types-requests
Original file line number Diff line number Diff line change @@ -214,8 +214,9 @@ Blocks can optionally define a `style` tag. These styles are supported:
214
214
215
215
## Missing features
216
216
217
- We plan to implement a default built-in serializer for the ` image ` type.
218
- In the meantime, you should be able to serialize image types by passing a custom serializer.
217
+ For anyone interested, we would be happy to see a
218
+ default built-in serializer for the ` image ` type added.
219
+ In the meantime, users should be able to serialize image types by passing a custom serializer.
219
220
220
221
## Contributing
221
222
You can’t perform that action at this time.
0 commit comments