diff --git a/.mypy.ini b/.mypy.ini index 31d92ccd2..6b831ddb7 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,3 +1,4 @@ [mypy] mypy_path = scripts +namespace_packages = True warn_unused_configs = True