1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/EspressifSystems-esp-idf

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.mypy.ini 985
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Tomas Sebestik Отправлено 01.02.2021 11:18 a22597a
[mypy]
# Specifies the Python version used to parse and check the target program
python_version = 3.9
# Disallows defining functions without type annotations or with incomplete type annotations
# True => enforce type annotation in all function definitions
disallow_untyped_defs = True
# Shows a warning when returning a value with type Any from a function declared with a non- Any return type
warn_return_any = True
# Shows errors for missing return statements on some execution paths
warn_no_return = True
# Suppress error messages about imports that cannot be resolved
# True => ignore all import errors
ignore_missing_imports = True
# Disallows defining functions with incomplete type annotations
disallow_incomplete_defs = False
# Directs what to do with imports when the imported module is found as a .py file and not part of the files,
# modules and packages provided on the command line.
# SKIP -> mypy checks only single file, not included imports
follow_imports = skip

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/EspressifSystems-esp-idf.git
git@api.gitlife.ru:oschina-mirror/EspressifSystems-esp-idf.git
oschina-mirror
EspressifSystems-esp-idf
EspressifSystems-esp-idf
master