mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
7 lines
140 B
INI
7 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
|