.mypy.ini 87 Bytes
Newer Older
1
2
3
4
[mypy]
ignore_missing_imports = True
scripts_are_modules = True
warn_return_any = True