mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
6 lines
140 B
INI
6 lines
140 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
warn_return_any = True
|
|
warn_unreachable = True
|
|
show_error_codes = True
|
|
disable_error_code = import-untyped
|