From 19b8eaea59503a817ac4c072b12fc0a96a4cca92 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sun, 26 Jul 2020 13:26:14 +0100 Subject: [PATCH] Link mypy issue --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bc1f1399..0c78a591 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,5 +60,5 @@ implicit_reexport = True [mypy-jedi.debug] # jedi.debug is configured by setting module-level values, which mypy doesn't -# know about. +# know about. See https://github.com/python/mypy/issues/9209. warn_unreachable = False