mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 14:16:48 +00:00
ci(ingest): ensure datahub imports work (#2502)
This commit is contained in:
parent
1facfbd5a3
commit
3edbdcb3e9
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user