https://forge.softwareheritage.org/source/swh-counters
Raw File
Tip revision: f72c2b2ad3d3c6331d211699a94f9c9b59891f6e authored by Vincent SELLIER on 19 March 2021, 15:00:33 UTC
Remove the swh/__init__.py file from the package
Tip revision: f72c2b2
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