https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 0e5d551ff59ba8d1ced24cfb93a5e3d5ba36a293 authored by Vincent SELLIER on 14 April 2021, 08:06:22 UTC
Make the project usable in the webapp tests
Tip revision: 0e5d551
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