/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Tools/cases_generator/mypy.ini
15 строк
375 B
sobolevn
Replace `strict_concatenate = True` with `extra_checks = True` (#126391)
25 янв 2025, 12:44
Не верифицирован
25 янв 2025, 12:44
cc4f0a2
Код
Авторство
О чём код?
[mypy] files = Tools/cases_generator/ pretty = True # Make sure Python can still be built # using Python 3.10 for `PYTHON_FOR_REGEN`... python_version = 3.10 # ...And be strict: strict = True extra_checks = True enable_error_code = ignore-without-code,redundant-expr,truthy-bool,possibly-undefined warn_unreachable = True allow_redefinition = True implicit_reexport = True