Python/mypy.ini

6 lines
122 B
INI
Raw Normal View History

[mypy]
ignore_missing_imports = True
install_types = True
non_interactive = True
exclude = (other/least_recently_used.py)