Skip to content

Some refactoring to be able to read config variables easily #115

Some refactoring to be able to read config variables easily

Some refactoring to be able to read config variables easily #115

Triggered via push January 29, 2025 17:35
Status Failure
Total duration 38s
Artifacts

main.yaml

on: push
Matrix: test
tag, changelog, release, publish
0s
tag, changelog, release, publish
Fit to window
Zoom out
Zoom in

Annotations

19 errors
build/lib/config/config.py#L1
'typing.Union' imported but unused (F401)
build/lib/config/config.py#L1
'typing.Optional' imported but unused (F401)
build/lib/config/config.py#L3
'pydantic.Field' imported but unused (F401)
build/lib/config/models/m2m_authentication_config.py#L5
Expected 2 blank lines, found 1 (E302)
build/lib/config/models/m2m_authentication_config.py#L19
Blank line at end of file (W391)
build/lib/config/models/url.py#L4
Expected 2 blank lines, found 1 (E302)
build/lib/config/models/url.py#L19
Blank line at end of file (W391)
build/lib/datacosmos/client.py#L32
Trailing whitespace (W291)
build/lib/datacosmos/stac/stac_client.py#L6
Expected 2 blank lines, found 1 (E302)
build/lib/datacosmos/stac/stac_client.py#L73
Cognitive complexity is too high (12 > 7) (CCR001)
build/lib/datacosmos/stac/stac_client.py#L119
Blank line at end of file (W391)
config/config.py#L2
'typing.Optional' imported but unused (F401)
config/config.py#L2
'typing.Union' imported but unused (F401)
config/config.py#L5
'pydantic.Field' imported but unused (F401)
datacosmos/stac/stac_client.py#L76
Cognitive complexity is too high (12 > 7) (CCR001)
cognitive
Process completed with exit code 1.
lint
Linting failures detected. See check runs with annotations for details.
isort
Process completed with exit code 1.
pydocstyle
Process completed with exit code 1.