Tweak mypy config to handle namespaces

This commit is contained in:
Florian Friesdorf 2021-10-21 12:03:51 +02:00
parent edf9db2724
commit 634a497dd5

View File

@ -125,6 +125,11 @@ line_length = 100
multi_line_output = 3
[mypy]
explicit_package_bases = True
mypy_path = $MYPY_CONFIG_FILE_DIR/src
namespace_packages = True
[mypy-ruamel]
ignore_missing_imports = True
[pydocstyle]