https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 5fbd90f1a4f7c390eba136dbb9e0b0bfdbc5ec59 authored by Vincent SELLIER on 17 March 2021, 16:17:53 UTC
New upstream version 0.1.0
Tip revision: 5fbd90f
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