Files
subprocrunner/mypy.ini
Tsuyoshi Hombashi 9830ef6d32 Add mypy.ini
2021-05-05 15:24:11 +09:00

10 lines
174 B
INI

[mypy]
ignore_missing_imports = True
python_version = 3.5
pretty = True
show_error_codes = True
show_error_context = True
warn_unreachable = True
warn_unused_configs = True