https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: 6a44a84713ae35d800394b5070e06d6ed51eb914 authored by Antoine Lambert on 26 April 2021, 14:11:28 UTC
tox: Add sphinx environments to check sane doc build
Tip revision: 6a44a84
mypy.ini
[mypy]
namespace_packages = True
warn_unused_ignores = True


# 3rd party libraries without stubs (yet)

[mypy-confluent_kafka.*]
ignore_missing_imports = True

[mypy-msgpack.*]
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