https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 456ce59977f81fd7ba4ffd3469376e10a7f3799d authored by Jenkins for Software Heritage on 19 March 2021, 16:42:01 UTC
Updated backport on buster-swh from debian/0.1.0-1+swh3 (unstable-swh)
Tip revision: 456ce59
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