
Legacy Lister classes from the swh.lister.core mdule are no longer used in swh-lister codebase so it is time to remove them. Also remove lister CLI options related to legacy Lister API. As a consequence, the following requirements are no longer needed: arrow, SQLAlchemy, sqlalchemy-stubs and testing.postgresql. Closes T2442
41 lines
703 B
INI
41 lines
703 B
INI
[mypy]
|
|
namespace_packages = True
|
|
warn_unused_ignores = True
|
|
|
|
# 3rd party libraries without stubs (yet)
|
|
|
|
[mypy-bs4.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-celery.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-debian.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-iso8601.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-launchpadlib.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-lazr.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pkg_resources.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pytest.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pytest_postgresql.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-requests_mock.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-urllib3.util.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-xmltodict.*]
|
|
ignore_missing_imports = True
|