blob: 6520e05db0bc31c2c7148d084247124ee7ab4677 [file] [log] [blame] [edit]
[mypy]
files = Tools/clinic/
pretty = True
# make sure clinic can still be run on Python 3.10
python_version = 3.10
# and be strict!
strict = True
extra_checks = True
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
warn_unreachable = True