Skip to content

After Clear All Action, the Undo action should not be possible. #98

After Clear All Action, the Undo action should not be possible.

After Clear All Action, the Undo action should not be possible. #98

Re-run triggered June 8, 2025 22:47
Status Failure
Total duration 41s
Artifacts 1
build_windows
35s
build_windows
build_linux
51s
build_linux
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): undo.py#L19
undo.py:19:1: W293 Blank line contains whitespace
Ruff (W292): tests/test_button.py#L232
tests\test_button.py:232:103: W292 No newline at end of file
Ruff (W293): tests/test_button.py#L215
tests\test_button.py:215:1: W293 Blank line contains whitespace
Ruff (W293): tests/test_button.py#L207
tests\test_button.py:207:1: W293 Blank line contains whitespace
Ruff (E501): tests/test_button.py#L206
tests\test_button.py:206:121: E501 Line too long (122 > 120)
Ruff (W293): tests/test_button.py#L195
tests\test_button.py:195:1: W293 Blank line contains whitespace
Ruff (E501): tests/test_button.py#L194
tests\test_button.py:194:121: E501 Line too long (131 > 120)
Ruff (W293): tests/test_button.py#L187
tests\test_button.py:187:1: W293 Blank line contains whitespace
Ruff (E501): tests/test_button.py#L177
tests\test_button.py:177:121: E501 Line too long (128 > 120)
Ruff (F401): actions.py#L5
actions.py:5:8: F401 `copy` imported but unused