fix: formulation template name #794
ci.yml
on: push
ci
/
ruff-format
14s
ci
/
ruff-lint
16s
ci
/
mypy
30s
ci
/
build
20s
Matrix: ci / pytest
Annotations
6 errors
ci / ruff-format
Process completed with exit code 1.
|
Ruff (I001):
examples/minimal/python/local/minimal_example/question_type.py#L1
examples/minimal/python/local/minimal_example/question_type.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F403):
examples/minimal/python/local/minimal_example/question_type.py#L2
examples/minimal/python/local/minimal_example/question_type.py:2:1: F403 `from .constants import *` used; unable to detect undefined names
|
Ruff (F405):
examples/minimal/python/local/minimal_example/question_type.py#L21
examples/minimal/python/local/minimal_example/question_type.py:21:44: F405 `NAMESPACE` may be undefined, or defined from star imports
|
Ruff (F405):
examples/minimal/python/local/minimal_example/question_type.py#L21
examples/minimal/python/local/minimal_example/question_type.py:21:56: F405 `SHORT_NAME` may be undefined, or defined from star imports
|
ci / ruff-lint
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build
|
144 KB |
|
coverage_report_3.11
|
236 KB |
|
coverage_report_3.12
|
237 KB |
|