Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d4b40f

Browse filesBrowse files
committed
Update pre-commit config
1 parent d296c53 commit 7d4b40f
Copy full SHA for 7d4b40f

File tree

Expand file treeCollapse file tree

2 files changed

+9
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-7
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 21.5b2
3+
rev: 21.10b0
44
hooks:
55
- id: black
66
args: [ "--quiet" ]
@@ -35,16 +35,17 @@ repos:
3535
'flake8-type-checking',
3636
]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.19.1
38+
rev: v2.29.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [ "--py36-plus", "--py37-plus",'--keep-runtime-typing' ]
4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.8.0
43+
rev: 5.10.0
4444
hooks:
4545
- id: isort
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v0.812
47+
rev: v0.910-1
4848
hooks:
4949
- id: mypy
50-
additional_dependencies: [ pytest ]
50+
additional_dependencies:
51+
- types-requests

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ Blocks can optionally define a `style` tag. These styles are supported:
214214

215215
## Missing features
216216

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.
219220

220221
## Contributing
221222

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.