diff --git a/.mypy.ini b/.mypy.ini new file mode 100644 index 00000000..fcbd6f41 --- /dev/null +++ b/.mypy.ini @@ -0,0 +1,3 @@ +[mypy] +explicit_package_bases = True +ignore_missing_imports = True