https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 7dbe186b010ac07473b57c975e16f0d4c50bf4b2 authored by Vincent SELLIER on 24 March 2021, 16:13:13 UTC
Allow prometheus to retrieve the counter values
Tip revision: 7dbe186
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