Skip to content

Test ruff

Test ruff #10

Triggered via pull request November 14, 2024 09:53
@a-kleinfa-kleinf
synchronize #7
test_ruff
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (D102): src/sdc11073/xml_types/xml_structure.py#L473
src/sdc11073/xml_types/xml_structure.py:473:9: D102 Missing docstring in public method
Ruff (RET504): src/sdc11073/xml_types/xml_structure.py#L800
src/sdc11073/xml_types/xml_structure.py:800:24: RET504 Unnecessary assignment to `value` before `return` statement
Ruff (SLF001): src/sdc11073/xml_types/xml_structure.py#L841
src/sdc11073/xml_types/xml_structure.py:841:71: SLF001 Private member accessed: `_Comment`
Ruff (SLF001): src/sdc11073/xml_types/xml_structure.py#L842
src/sdc11073/xml_types/xml_structure.py:842:73: SLF001 Private member accessed: `_Comment`
Ruff (D101): src/sdc11073/xml_types/xml_structure.py#L852
src/sdc11073/xml_types/xml_structure.py:852:7: D101 Missing docstring in public class
Ruff (ANN001): src/sdc11073/xml_types/xml_structure.py#L865
src/sdc11073/xml_types/xml_structure.py:865:22: ANN001 Missing type annotation for function argument `other`
Ruff (ARG002): src/sdc11073/xml_types/xml_structure.py#L897
src/sdc11073/xml_types/xml_structure.py:897:38: ARG002 Unused method argument: `instance`
Ruff (ANN001): src/sdc11073/xml_types/xml_structure.py#L1068
src/sdc11073/xml_types/xml_structure.py:1068:23: ANN001 Missing type annotation for function argument `instance`
Ruff (ANN001): src/sdc11073/xml_types/xml_structure.py#L1068
src/sdc11073/xml_types/xml_structure.py:1068:33: ANN001 Missing type annotation for function argument `py_value`
Ruff (F841): src/sdc11073/xml_types/xml_structure.py#L1120
src/sdc11073/xml_types/xml_structure.py:1120:9: F841 Local variable `a` is assigned to but never used