mirror of
https://github.com/python/cpython
synced 2026-09-27 01:58:17 +03:00
12 lines
266 B
INI
12 lines
266 B
INI
[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
|
|
strict_concatenate = True
|
|
enable_error_code = ignore-without-code,redundant-expr,truthy-bool
|
|
warn_unreachable = True
|