https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 59aa840c8bfe356d28f7f339d7cb06c8aa49edf4 authored by Jenkins for Software Heritage on 17 March 2021, 17:13:37 UTC
Updated backport on buster-swh from debian/0.1.0-1+swh2 (unstable-swh)
Tip revision: 59aa840
mypy.ini
[mypy]
namespace_packages = True
warn_unused_ignores = True


# 3rd party libraries without stubs (yet)

[mypy-confluent_kafka.*]
ignore_missing_imports = True

[mypy-pkg_resources.*]
ignore_missing_imports = True

[mypy-pytest.*]
ignore_missing_imports = True

[mypy-pytest_redis.*]
ignore_missing_imports = True

# [mypy-add_your_lib_here.*]
# ignore_missing_imports = True
back to top