Transmission MVP #421
ci-python.yml
on: pull_request
Lint Python Code Base with Ruff
11s
Pixi-Locked Test
0s
Matrix: Python Integration Tests (Pixi)
Matrix: Python tests (Tox)
Matrix: Python Unit Tests (Pixi)
Annotations
2 errors
|
Lint Python Code Base with Ruff
The process '/opt/hostedtoolcache/ruff/0.15.22/x86_64/ruff' failed with exit code 1
|
|
ruff (no-self-use):
compass/plugin/one_shot/components.py#L561
compass/plugin/one_shot/components.py:561:9: no-self-use: Method `_apply_subarea_defaults` could be a function, class method, or static method
help: Consider adding `@typing.override` if this method overrides a method from a superclass
|