chore: add datastore pages #18
Annotations
11 errors and 3 warnings
|
Ruff (TRY300):
ckanext/theming/cli.py#L321
ckanext/theming/cli.py:321:9: TRY300 Consider moving this statement to an `else` block
|
|
Ruff (PERF401):
ckanext/theming/cli.py#L295
ckanext/theming/cli.py:295:21: PERF401 Use `list.extend` to create a transformed list
|
|
Ruff (PERF401):
ckanext/theming/cli.py#L268
ckanext/theming/cli.py:268:21: PERF401 Use a list comprehension to create a transformed list
|
|
Ruff (PLR0915):
ckanext/theming/cli.py#L219
ckanext/theming/cli.py:219:5: PLR0915 Too many statements (66 > 50)
|
|
Ruff (PLR0912):
ckanext/theming/cli.py#L219
ckanext/theming/cli.py:219:5: PLR0912 Too many branches (23 > 12)
|
|
Ruff (C901):
ckanext/theming/cli.py#L219
ckanext/theming/cli.py:219:5: C901 `check_theme` is too complex (19 > 10)
|
|
Ruff (TRY300):
ckanext/theming/cli.py#L210
ckanext/theming/cli.py:210:9: TRY300 Consider moving this statement to an `else` block
|
|
Ruff (E722):
ckanext/theming/cli.py#L132
ckanext/theming/cli.py:132:13: E722 Do not use bare `except`
|
|
Ruff (PLC0415):
ckanext/theming/cli.py#L128
ckanext/theming/cli.py:128:17: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (C901):
ckanext/theming/cli.py#L102
ckanext/theming/cli.py:102:5: C901 `analyze_theme` is too complex (11 > 10)
|
|
test
Docker pull failed with exit code 1
|
|
lint
Could not parse version from /home/runner/work/ckanext-theming/ckanext-theming/pyproject.toml. Using latest version.
|
|
test
Docker pull failed with exit code 1, back off 6.151 seconds before retry.
|
|
test
Docker pull failed with exit code 1, back off 9.857 seconds before retry.
|