| [mypy] | |
| disallow_untyped_calls = True | |
| disallow_untyped_defs = True | |
| disallow_incomplete_defs = True | |
| check_untyped_defs = True | |
| disallow_subclassing_any = True | |
| warn_no_return = True | |
| strict_optional = True | |
| no_implicit_optional = True | |
| disallow_any_generics = True | |
| disallow_any_unimported = True | |
| warn_redundant_casts = True | |
| warn_unused_configs = True | |
| show_traceback = True | |
| always_true = MYPYC | |
| [mypy-mypy.visitor] | |
| # See docstring for NodeVisitor for motivation. | |
| disable_error_code = empty-body |