https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 909804fda6b21715e591d65e7121a836158ae524 authored by Jenkins for Software Heritage on 08 April 2021, 10:23:48 UTC
Updated backport on buster-swh from debian/0.4.1-1_swh1 (unstable-swh)
Tip revision: 909804f
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