Test ruff #8
Annotations
10 errors
Run astral-sh/ruff-action@v1:
src/sdc11073/xml_types/xml_structure.py#L473
src/sdc11073/xml_types/xml_structure.py:473:9: D102 Missing docstring in public method
|
Run astral-sh/ruff-action@v1:
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
|
Run astral-sh/ruff-action@v1:
src/sdc11073/xml_types/xml_structure.py#L841
src/sdc11073/xml_types/xml_structure.py:841:71: SLF001 Private member accessed: `_Comment`
|
Run astral-sh/ruff-action@v1:
src/sdc11073/xml_types/xml_structure.py#L842
src/sdc11073/xml_types/xml_structure.py:842:73: SLF001 Private member accessed: `_Comment`
|
Run astral-sh/ruff-action@v1:
src/sdc11073/xml_types/xml_structure.py#L852
src/sdc11073/xml_types/xml_structure.py:852:7: D101 Missing docstring in public class
|
Run astral-sh/ruff-action@v1:
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`
|
Run astral-sh/ruff-action@v1:
src/sdc11073/xml_types/xml_structure.py#L897
src/sdc11073/xml_types/xml_structure.py:897:38: ARG002 Unused method argument: `instance`
|
Run astral-sh/ruff-action@v1:
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`
|
Run astral-sh/ruff-action@v1:
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`
|
Run astral-sh/ruff-action@v1:
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
|
Loading