https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: aae951f859605850f5af2b695933200162bde8ba authored by Jenkins for Software Heritage on 23 April 2021, 08:24:44 UTC
New upstream version 0.7.0
Tip revision: aae951f
mypy.ini
[mypy]
namespace_packages = True
warn_unused_ignores = True


# 3rd party libraries without stubs (yet)

[mypy-confluent_kafka.*]
ignore_missing_imports = True

[mypy-msgpack.*]
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