
Fix sourceforge origin URL for bzr projects, http://project.bzr.sourceforge.net/bzrroot/project redirects to http://project.bzr.sourceforge.net/bzr/project. Handle bzr projects with multiple branches, one listed origin must be created per branch. Discard bzr projects that no longer exist from listing.
45 lines
749 B
INI
45 lines
749 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-lxml.*]
|
|
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
|
|
|