chore(test-sat): Linting and typing #9
Annotations
10 errors and 1 warning
Ruff:
local_archives/air/cams_eu.py#L49
local_archives/air/cams_eu.py:49:2: SyntaxError: Expected ')', found newline
|
Ruff (E501):
local_archives/air/cams_eu.py#L78
local_archives/air/cams_eu.py:78:101: E501 Line too long (116 > 100)
|
Ruff:
local_archives/air/cams_eu.py#L88
local_archives/air/cams_eu.py:88:32: SyntaxError: Expected a statement
|
Ruff (E501):
local_archives/air/cams_eu.py#L109
local_archives/air/cams_eu.py:109:101: E501 Line too long (101 > 100)
|
Ruff:
local_archives/air/cams_eu.py#L126
local_archives/air/cams_eu.py:126:73: SyntaxError: Expected ':', found 'for'
|
Ruff:
local_archives/air/cams_eu.py#L126
local_archives/air/cams_eu.py:126:77: SyntaxError: Expected ']', found name
|
Ruff:
local_archives/air/cams_eu.py#L126
local_archives/air/cams_eu.py:126:94: SyntaxError: Expected ',', found ']'
|
Ruff (TC003):
local_archives/nwp/ceda_mo_um_global.py#L12
local_archives/nwp/ceda_mo_um_global.py:12:20: TC003 Move standard library import `datetime` into a type-checking block
|
Ruff (D103):
local_archives/nwp/ceda_mo_um_global.py#L50
local_archives/nwp/ceda_mo_um_global.py:50:5: D103 Missing docstring in public function
|
Ruff (ANN401):
local_archives/nwp/ceda_mo_um_global.py#L53
local_archives/nwp/ceda_mo_um_global.py:53:6: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `ceda_mo_um_global_asset`
|
lint-typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|