https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 1b262c37b76879f10ea77ae3199f96a7cccb7090 authored by Vincent SELLIER on 30 March 2021, 14:02:31 UTC
Manage and expose the historical data
Tip revision: 1b262c3
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