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