From 4b7e837f0f1264f6a9edc02ac82c15c480cf3de4 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Fri, 24 Jul 2020 19:51:12 +0100 Subject: [PATCH] Configure the package root as implicit exports --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 54fd65db..0d413b00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,10 @@ implicit_reexport = False strict_equality = True +[mypy-jedi] +# jedi/__init__.py contains only re-exports. +implicit_reexport = True + [mypy-jedi.debug] # jedi.debug is configured by setting module-level values, which mypy doesn't # know about.