Skip to content

First documentation batch #4

First documentation batch

First documentation batch #4

Triggered via push March 13, 2024 17:42
Status Failure
Total duration 15s
Artifacts

lint.yml

on: push
Check code formatting with Ruff
6s
Check code formatting with Ruff
Check code linting with Ruff
6s
Check code linting with Ruff
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Check code formatting with Ruff
Process completed with exit code 1.
Ruff (I001): t.py#L1
t.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): t.py#L2
t.py:2:32: F401 `jsonlogic.registry.OperatorRegistry` imported but unused
Ruff (T201): t.py#L40
t.py:40:1: T201 `print` found
Ruff (W292): t.py#L52
t.py:52:50: W292 No newline at end of file
Check code linting with Ruff
Process completed with exit code 1.