Skip to content

Enable task creation via CLI and improve error handling #5

Enable task creation via CLI and improve error handling

Enable task creation via CLI and improve error handling #5

Triggered via pull request September 9, 2025 18:25
Status Failure
Total duration 18s
Artifacts

continuous_integration.yaml

on: pull_request
lint_and_type_check
14s
lint_and_type_check
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint_and_type_check
Process completed with exit code 1.
lint_and_type_check
Process completed with exit code 1.
Ruff (E302): toolit/create_apps_and_register.py#L29
toolit/create_apps_and_register.py:29:1: E302 Expected 2 blank lines, found 1
Ruff (W293): toolit/create_apps_and_register.py#L28
toolit/create_apps_and_register.py:28:1: W293 Blank line contains whitespace
Ruff (D400): toolit/create_apps_and_register.py#L27
toolit/create_apps_and_register.py:27:5: D400 First line should end with a period
Ruff (E302): toolit/create_apps_and_register.py#L25
toolit/create_apps_and_register.py:25:1: E302 Expected 2 blank lines, found 1
Ruff (E226): toolit/auto_loader.py#L66
toolit/auto_loader.py:66:53: E226 Missing whitespace around arithmetic operator
Ruff (E226): toolit/auto_loader.py#L66
toolit/auto_loader.py:66:29: E226 Missing whitespace around arithmetic operator
Ruff (E302): toolit/auto_loader.py#L20
toolit/auto_loader.py:20:1: E302 Expected 2 blank lines, found 1
Ruff (I001): toolit/auto_loader.py#L7
toolit/auto_loader.py:7:1: I001 Import block is un-sorted or un-formatted