refactor: change template name inplace #801
Annotations
5 errors
Run ruff check:
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
|
Run ruff check:
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
|
Run ruff check:
questionpy_sdk/commands/create.py#L58
questionpy_sdk/commands/create.py:58:17: PLW2901 `for` loop variable `line` overwritten by assignment target
|
Run ruff check:
questionpy_sdk/commands/create.py#L59
questionpy_sdk/commands/create.py:59:13: T201 `print` found
|
Run ruff check
Process completed with exit code 1.
|
Loading