11 lines
204 B
INI
11 lines
204 B
INI
|
|
[mypy]
|
||
|
|
namespace_packages = True
|
||
|
|
follow_imports = skip
|
||
|
|
check_untyped_defs = True
|
||
|
|
disallow_untyped_defs = True
|
||
|
|
exclude = ^(venv|venv-dev)
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
[mypy-numpy.*]
|
||
|
|
ignore_errors = True
|