https://forge.softwareheritage.org/source/swh-scheduler.git
Revision ac32b5eca1891675fbbb139718212899c71dbfce authored by Antoine R. Dumont (@ardumont) on 17 December 2019, 09:59:19 UTC, committed by Antoine R. Dumont (@ardumont) on 17 December 2019, 12:33:43 UTC
1 parent 7b1c2d5
Raw File
Tip revision: ac32b5eca1891675fbbb139718212899c71dbfce authored by Antoine R. Dumont (@ardumont) on 17 December 2019, 09:59:19 UTC
backend: Add alternate memory elasticsearch implem to allow testing
Tip revision: ac32b5e
mypy.ini
[mypy]
namespace_packages = True
warn_unused_ignores = True


# 3rd party libraries without stubs (yet)

[mypy-arrow.*]
ignore_missing_imports = True

[mypy-celery.*]
ignore_missing_imports = True

[mypy-elasticsearch.*]
ignore_missing_imports = True

[mypy-kombu.*]
ignore_missing_imports = True

[mypy-pkg_resources.*]
ignore_missing_imports = True

[mypy-psycopg2.*]
ignore_missing_imports = True

[mypy-pytest.*]
ignore_missing_imports = True

[mypy-pytest_postgresql.*]
ignore_missing_imports = True
back to top