From a768f528b46f7300787e7bdaa94c2b22900846d7 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 20 Jun 2021 14:00:26 +0100 Subject: [PATCH] Use master version of mypy Currently bumping into a bug with py3.6 https://github.com/python/mypy/pull/10548 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 704d96d..d6ce1e5 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -15,5 +15,5 @@ isort autoflake flake8 flake8-bugbear -mypy +git+git://github.com/python/mypy@2ebdbca3b5afbfa1113f01b583522f4afcc4b3e3#egg=mypy unasync