2018-03-30 23:00:35 -07:00
|
|
|
[mypy]
|
2021-03-10 13:53:50 -08:00
|
|
|
mypy_path = $MYPY_CONFIG_FILE_DIR/stubs
|
|
|
|
|
2018-03-30 23:00:35 -07:00
|
|
|
check_untyped_defs = True
|
|
|
|
disallow_any_generics = True
|
2018-03-30 23:03:02 -07:00
|
|
|
strict_optional = True
|
2018-03-30 23:21:11 -07:00
|
|
|
no_implicit_optional = True
|
2018-03-30 23:00:35 -07:00
|
|
|
|
|
|
|
incremental = True
|
|
|
|
scripts_are_modules = True
|
|
|
|
show_traceback = True
|
|
|
|
|
|
|
|
warn_no_return = True
|
2021-03-04 15:09:27 -08:00
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_unused_ignores = True
|
2021-03-04 15:17:09 -08:00
|
|
|
warn_unreachable = True
|