/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Tools/build/mypy.ini
29 строк
848 B
sobolevn
Update mypy to 2.1.0 (#149709)
12 май 2026, 11:40
Не верифицирован
12 май 2026, 11:40
b546cc1
Код
Авторство
О чём код?
[mypy] # Please, when adding new files here, also add them to: # .github/workflows/mypy.yml files = Tools/build/check_extension_modules.py, Tools/build/check_warnings.py, Tools/build/compute-changes.py, Tools/build/consts_getter.py, Tools/build/deepfreeze.py, Tools/build/generate-build-details.py, Tools/build/generate_levenshtein_examples.py, Tools/build/generate_sbom.py, Tools/build/generate_stdlib_module_names.py, Tools/build/verify_ensurepip_wheels.py, Tools/build/update_file.py, Tools/build/umarshal.py 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