/
githubmirror
/
scrapy
Обзор
Документация
Войти
/
githubmirror
/
scrapy
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.12.0
setup.cfg
24 строки
459 B
Andrey Rakhmatullin
Fix and remove most of the entries from the mypy ignore list (#6137)
07 ноя 2023, 11:34
Не верифицирован
07 ноя 2023, 11:34
b4acf5c
Код
Авторство
О чём код?
[bdist_rpm] doc_files = docs AUTHORS INSTALL LICENSE README.rst [bdist_wheel] universal=1 [mypy] ignore_missing_imports = true # Interface classes are hard to support [mypy-twisted.internet.interfaces] follow_imports = skip [mypy-scrapy.interfaces] ignore_errors = True [mypy-twisted.internet.reactor] follow_imports = skip # FIXME: remove the following sections once the issues are solved [mypy-scrapy.settings.default_settings] ignore_errors = True