Skip to content

Use project template #134

Use project template

Use project template #134

GitHub Actions / JUnit Test Report failed Sep 24, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in .venv/lib/python3.11/site-packages/mypy/xml/mypy.xsd

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

mypy.mypy-py3_11-linux

mypy produced messages
Raw output
cmem_plugin_base/dataintegration/utils/entity_builder.py:136: error: Item "None" of "Any | None" has no attribute "__iter__" (not iterable)  [union-attr]
cmem_plugin_base/dataintegration/utils/entity_builder.py:141: error: Item "None" of "list[Any | None] | Any | None" has no attribute "__iter__" (not iterable)  [union-attr]
cmem_plugin_base/dataintegration/utils/entity_builder.py:146: error: Argument "data" to "_get_entity" has incompatible type "Any | None"; expected "dict[Any, Any]"  [arg-type]
tests/utils.py:25: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]