Files
Dorod-Sky/mypy.ini

11 lines
204 B
INI
Raw Normal View History

[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