.mypy.ini 156 Bytes
Newer Older
1
[mypy]
2
exclude = build/
3
4
5
ignore_missing_imports = True
scripts_are_modules = True
warn_return_any = True
6
7
8

[mypy-pkg_resources]
ignore_missing_imports = True