Skip to content

Commit c4e3b4d

Browse files
committed
Add workaround for python/mypy#8627. Fixes #18.
1 parent 4dd5208 commit c4e3b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ testing =
2929
pytest-black >= 0.3.7
3030
pytest-cov
3131
pytest-mypy
32+
# workaround for python/mypy#8627
33+
mypy@git+https://github.com/python/mypy
3234

3335
# local
3436

0 commit comments

Comments
 (0)