| [mypy] | |
| # make sure clinic can still be run on Python 3.10 | |
| python_version = 3.10 | |
| pretty = True | |
| enable_error_code = ignore-without-code | |
| disallow_any_generics = True | |
| strict_concatenate = True | |
| warn_redundant_casts = True | |
| warn_unused_ignores = True | |
| warn_unused_configs = True | |
| warn_unreachable = True | |
| files = Tools/clinic/ |