Files
cpython/Tools/cases_generator/mypy.ini
2023-08-18 22:42:45 +09:00

15 lines
306 B
INI

[mypy]
files = Tools/cases_generator/
pretty = True
python_version = 3.10
# Be strict:
strict = True
strict_concatenate = True
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
# Don't enable this one yet;
# it has a lot of false positives on `cases_generator`
warn_unreachable = False