/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
mypy.ini
22 строки
515 B
Meeth
Fix part of #25877 Remove webpack build architecture (#26078)
10 июл 2026, 12:38
Не верифицирован
10 июл 2026, 12:38
9089f71
Код
Авторство
О чём код?
[mypy] python_version = 3.10 # Ignore if stubs of a third-party library is missing. ignore_missing_imports = True # Enables showing the error code along with error. show_error_codes = True follow_imports = normal # Directory path where MyPy searches for stubs of third-party libraries. mypy_path = stubs/ namespace_packages = True explicit_package_bases = True # Enabling the strict type checks. strict = True # Exclude the dist/ directory from type checking, as it contains compiled files. exclude = ^dist/