https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: d9fc2273ae93e2c4be04ba984630ba01ab6e4b50 authored by Jenkins for Software Heritage on 07 April 2021, 10:17:31 UTC
Updated debian changelog for version 0.3.0
Tip revision: d9fc227
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