https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: c7935db95ea28c82ebb64863be5a2f4c7990a960 authored by Jenkins for Software Heritage on 25 March 2021, 09:19:24 UTC
Updated backport on buster-swh from debian/0.2.0-1_swh1 (unstable-swh)
Tip revision: c7935db
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