/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.15.0
test/setup.cfg
11 строк
227 B
Ville Skyttä
test(mypy): enable `redundant-self` and `truthy-iterable` error codes
23 апр 2023, 10:27
23 апр 2023, 10:27
552bf31
Код
Авторство
О чём код?
[tool:pytest] minversion = 3.6 markers = bashcomp complete [mypy] python_version = 3.6 mypy_path = $MYPY_CONFIG_FILE_DIR/t show_error_codes = true enable_error_code = ignore-without-code,redundant-self,truthy-iterable