Skip to content

Transmission MVP

Transmission MVP #321

Triggered via pull request June 3, 2026 14:32
@castelaocastelao
synchronize #463
transmission
Status Failure
Total duration 19s
Artifacts

ci-python.yml

on: pull_request
Lint Python Code Base with Ruff
12s
Lint Python Code Base with Ruff
Pixi-Locked Test
Pixi-Locked Test
Matrix: Python Integration Tests (Pixi)
Matrix: Python tests (Tox)
Matrix: Python Unit Tests (Pixi)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (W505): compass/qc/reference.py#L12
compass/qc/reference.py:12:73: W505 Doc line too long (76 > 72)
ruff (E501): compass/qc/reference.py#L10
compass/qc/reference.py:10:80: E501 Line too long (84 > 79)
ruff (W505): compass/qc/reference.py#L10
compass/qc/reference.py:10:73: W505 Doc line too long (84 > 72)
ruff (INP001): compass/qc/reference.py#L1
compass/qc/reference.py:1:1: INP001 File `compass/qc/reference.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (PLR6104): compass/qc/core.py#L156
compass/qc/core.py:156:13: PLR6104 Use `&=` to perform an augmented assignment directly help: Replace with augmented assignment
ruff (PLR6104): compass/qc/core.py#L154
compass/qc/core.py:154:13: PLR6104 Use `&=` to perform an augmented assignment directly help: Replace with augmented assignment
ruff (PERF102): compass/qc/core.py#L147
compass/qc/core.py:147:31: PERF102 When using only the values of a dict use the `values()` method help: Replace `.items()` with `.values()`
ruff (PERF102): compass/qc/core.py#L97
compass/qc/core.py:97:31: PERF102 When using only the values of a dict use the `values()` method help: Replace `.items()` with `.values()`
ruff (D200): compass/qc/core.py#L1
compass/qc/core.py:1:1: D200 One-line docstring should fit on one line help: Reformat to one line
ruff (INP001): compass/qc/core.py#L1
compass/qc/core.py:1:1: INP001 File `compass/qc/core.py` is part of an implicit namespace package. Add an `__init__.py`.