Skip to content

Adds ruff config

Adds ruff config #3

Triggered via pull request February 18, 2026 19:23
@JyotinderSinghJyotinderSingh
synchronize #29
format
Status Failure
Total duration 13s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (NPY002): examples/demo_train.py#L51
examples/demo_train.py:51:13: NPY002 Replace legacy `np.random.randint` call with `np.random.Generator`
ruff (NPY002): examples/demo_train.py#L50
examples/demo_train.py:50:13: NPY002 Replace legacy `np.random.rand` call with `np.random.Generator`
ruff (T201): examples/demo_train.py#L46
examples/demo_train.py:46:3: T201 `print` found
ruff (T201): examples/demo_train.py#L37
examples/demo_train.py:37:3: T201 `print` found
ruff (T201): examples/demo_train.py#L19
examples/demo_train.py:19:3: T201 `print` found
ruff (T201): examples/demo_train.py#L18
examples/demo_train.py:18:3: T201 `print` found
ruff (T201): examples/demo_train.py#L17
examples/demo_train.py:17:3: T201 `print` found
ruff (T201): examples/demo_train.py#L16
examples/demo_train.py:16:3: T201 `print` found
ruff (T201): examples/demo_train.py#L15
examples/demo_train.py:15:3: T201 `print` found
ruff (I001): examples/demo_train.py#L6
examples/demo_train.py:6:1: I001 Import block is un-sorted or un-formatted