Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Azure
/
azure-sdk-for-python
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули azure-sdk-for-python
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
ed2fd95a15
azure-sdk-for-python
/
pyrightconfig.json
6 строки
96 B
JSON
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Type checking updates for CI (#26704) * update type checking config for repo * remove unneeded config for mypy * add pyright as a step * try running verifytypes * fix package name * update version of pyright with bug fix for verifytypes * don't fail on verifytypes * update config for both mypy/pyright * remove * change ignore list name to match pylint * add types-redis for identity samples * fix verifytypes to do score comparison * add ignore list logic * add links + fix where we're missing newlinse * update description * add packages to opt-out lists * few fixes * update docs and remove outdated docs * fixes to docs * fix cspell * use get_ordered_versions for pypiclient * account for keyerror * move pylint+others to environment_exclusion_list, fix proxy URL ports
2022-11-12 01:53:59 +03:00
{
"reportTypeCommentUsage"
:
true
,
"reportMissingImports"
:
false
,
run typecheckers with 3.8 for non-next envs (#33354)
2023-12-01 00:37:03 +03:00
"pythonVersion"
:
"3.8"
Type checking updates for CI (#26704) * update type checking config for repo * remove unneeded config for mypy * add pyright as a step * try running verifytypes * fix package name * update version of pyright with bug fix for verifytypes * don't fail on verifytypes * update config for both mypy/pyright * remove * change ignore list name to match pylint * add types-redis for identity samples * fix verifytypes to do score comparison * add ignore list logic * add links + fix where we're missing newlinse * update description * add packages to opt-out lists * few fixes * update docs and remove outdated docs * fixes to docs * fix cspell * use get_ordered_versions for pypiclient * account for keyerror * move pylint+others to environment_exclusion_list, fix proxy URL ports
2022-11-12 01:53:59 +03:00
}