ci(ingest): ensure datahub imports work (#2502)

This commit is contained in:
Harshal Sheth 2021-05-06 07:48:56 -07:00 committed by GitHub
parent 1facfbd5a3
commit 3edbdcb3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,13 @@ strict_optional = yes
check_untyped_defs = yes check_untyped_defs = yes
disallow_incomplete_defs = yes disallow_incomplete_defs = yes
disallow_untyped_decorators = yes disallow_untyped_decorators = yes
warn_unused_configs = yes
# eventually we'd like to enable these # eventually we'd like to enable these
disallow_untyped_defs = no disallow_untyped_defs = no
[mypy-datahub.*]
ignore_missing_imports = no
[tool:pytest] [tool:pytest]
addopts = --cov src --cov-report term --cov-config setup.cfg --strict-markers addopts = --cov src --cov-report term --cov-config setup.cfg --strict-markers
markers = markers =