moment/.mypy.ini

10 lines
256 B
INI
Raw Normal View History

2020-11-16 05:13:55 +11:00
# https://mypy.readthedocs.io/en/stable/config_file.html
[mypy]
cache_dir = ~/.cache/mypy
ignore_missing_imports = True
follow_imports = silent
warn_redundant_casts = True
warn_unused_ignores = True
warn_unreachable = True