refactor: change template name inplace #801
ci.yml
on: push
ci
/
ruff-format
16s
ci
/
ruff-lint
12s
ci
/
mypy
29s
ci
/
build
24s
Matrix: ci / pytest
Annotations
5 errors
Ruff (F541):
examples/minimal/python/local/minimal_example/question_type.py#L20
examples/minimal/python/local/minimal_example/question_type.py:20:41: F541 f-string without any placeholders
|
Ruff (PLR2004):
questionpy_sdk/commands/create.py#L57
questionpy_sdk/commands/create.py:57:37: PLR2004 Magic value used in comparison, consider replacing `20` with a constant variable
|
Ruff (PLW2901):
questionpy_sdk/commands/create.py#L58
questionpy_sdk/commands/create.py:58:17: PLW2901 `for` loop variable `line` overwritten by assignment target
|
Ruff (T201):
questionpy_sdk/commands/create.py#L59
questionpy_sdk/commands/create.py:59:13: T201 `print` found
|
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 |
|