mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Update black and work around an isort bug (#4242)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
git+https://github.com/python/mypy.git@master
|
||||
typed-ast>=1.0.4
|
||||
black==19.3b0
|
||||
black==19.10b0
|
||||
flake8==3.8.2
|
||||
flake8-bugbear==20.1.4
|
||||
flake8-pyi==20.5.0
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# This comment serves as a workaround for timothycrosley/isort#1027 and can
|
||||
# be removed when a release with a fix was released.
|
||||
|
||||
import codecs
|
||||
|
||||
from typing import Any
|
||||
|
||||
Reference in New Issue
Block a user