Some refactoring to be able to read config variables easily #115
main.yaml
on: push
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.
|