Missing typeshed hints for testfixtures and pytest

This commit is contained in:
Dwayne Pryce 2020-02-06 15:39:59 -08:00
Родитель 6cf8592259
Коммит 1917c8e6b1
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -22,3 +22,9 @@ ignore_missing_imports = True
[mypy-sklearn.*]
ignore_missing_imports = True
[mypy-testfixtures.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True