wip #860
Annotations
10 errors and 1 warning
Run ruff check:
examples/multichoice/python/local/multichoice/form.py#L1
examples/multichoice/python/local/multichoice/form.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run ruff check:
examples/multichoice/python/local/multichoice/question_type.py#L1
examples/multichoice/python/local/multichoice/question_type.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L4
questionpy_sdk/webserver/routes/options.py:4:1: I001 Import block is un-sorted or un-formatted
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L5
questionpy_sdk/webserver/routes/options.py:5:18: F401 `copy.copy` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L12
questionpy_sdk/webserver/routes/options.py:12:36: F401 `aiohttp.web_exceptions.HTTPUnprocessableEntity` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L13
questionpy_sdk/webserver/routes/options.py:13:23: F401 `lxml.html.FormElement` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L14
questionpy_sdk/webserver/routes/options.py:14:40: F401 `questionpy_common.elements.OptionsFormDefinition` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L14
questionpy_sdk/webserver/routes/options.py:14:63: F401 `questionpy_common.elements.RepetitionElement` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L19
questionpy_sdk/webserver/routes/options.py:19:40: F401 `questionpy.form.validation._resolve_reference` imported but unused
|
Run ruff check:
questionpy_sdk/webserver/routes/options.py#L19
questionpy_sdk/webserver/routes/options.py:19:40: PLC2701 Private name import `_resolve_reference` from external module `questionpy.form.validation`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading