Configure the package root as implicit exports

This commit is contained in:
Peter Law
2020-07-24 19:51:12 +01:00
parent a2d9fbcd42
commit 4b7e837f0f

View File

@@ -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.