Tweak mypy config to handle namespaces
This commit is contained in:
parent
edf9db2724
commit
634a497dd5
@ -125,6 +125,11 @@ line_length = 100
|
|||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
|
explicit_package_bases = True
|
||||||
|
mypy_path = $MYPY_CONFIG_FILE_DIR/src
|
||||||
|
namespace_packages = True
|
||||||
|
|
||||||
|
[mypy-ruamel]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[pydocstyle]
|
[pydocstyle]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user