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
|
||||
disallow_incomplete_defs = yes
|
||||
disallow_untyped_decorators = yes
|
||||
warn_unused_configs = yes
|
||||
# eventually we'd like to enable these
|
||||
disallow_untyped_defs = no
|
||||
|
||||
[mypy-datahub.*]
|
||||
ignore_missing_imports = no
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --cov src --cov-report term --cov-config setup.cfg --strict-markers
|
||||
markers =
|
||||
|
Loading…
x
Reference in New Issue
Block a user