1[mypy] 2files = Tools/cases_generator/ 3pretty = True 4 5# Make sure Python can still be built 6# using Python 3.10 for `PYTHON_FOR_REGEN`... 7python_version = 3.10 8 9# ...And be strict: 10strict = True 11strict_concatenate = True 12enable_error_code = ignore-without-code,redundant-expr,truthy-bool,possibly-undefined 13warn_unreachable = True 14allow_redefinition = True 15implicit_reexport = True 16