2023-05-15 05:49:28 -03:00
|
|
|
[mypy]
|
2023-07-28 17:27:21 -03:00
|
|
|
files = Tools/clinic/
|
|
|
|
pretty = True
|
|
|
|
|
2023-05-15 05:49:28 -03:00
|
|
|
# make sure clinic can still be run on Python 3.10
|
|
|
|
python_version = 3.10
|
2023-07-28 17:27:21 -03:00
|
|
|
|
2023-07-29 09:39:21 -03:00
|
|
|
# and be strict!
|
2023-07-28 17:27:21 -03:00
|
|
|
strict = True
|
2023-05-15 05:49:28 -03:00
|
|
|
strict_concatenate = True
|
2023-08-04 10:28:13 -03:00
|
|
|
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
|
2023-05-16 14:18:28 -03:00
|
|
|
warn_unreachable = True
|