https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 5cae9b7cfe301d2460b9892c971e740bf974bcbd authored by Vincent SELLIER on 22 April 2021, 08:29:08 UTC
Implement the jounal client counting an internal property of an object
Tip revision: 5cae9b7
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