https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 949a558dcc62b4702e55b0528774483bf84f747d authored by Jenkins for Software Heritage on 13 April 2021, 17:11:46 UTC
Updated debian changelog for version 0.5.0
Tip revision: 949a558
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