Ruff #5
Merged
Ruff #5
Annotations
11 errors
|
hotfix_checker.py#L1
hotfix_checker.py:1:89: E501 Line too long (125 > 88)
|
hotfix_checker.py#L10
hotfix_checker.py:10:89: E501 Line too long (120 > 88)
|
hotfix_checker.py#L13
hotfix_checker.py:13:1: E402 Module level import not at top of file
|
hotfix_checker.py#L21
hotfix_checker.py:21:89: E501 Line too long (90 > 88)
|
utils/communication_utils/channel_access.py#L22
utils/communication_utils/channel_access.py:22:89: E501 Line too long (115 > 88)
|
utils/communication_utils/channel_access.py#L30
utils/communication_utils/channel_access.py:30:9: D107 Missing docstring in `__init__`
|
utils/communication_utils/channel_access.py#L32
utils/communication_utils/channel_access.py:32:9: ANN001 Missing type annotation for function argument `pv_prefix`
|
utils/communication_utils/channel_access.py#L38
utils/communication_utils/channel_access.py:38:9: ANN001 Missing type annotation for function argument `pv`
|
utils/communication_utils/channel_access.py#L40
utils/communication_utils/channel_access.py:40:9: D205 1 blank line required between summary line and description
|
utils/communication_utils/channel_access.py#L40
utils/communication_utils/channel_access.py:40:9: D401 First line of docstring should be in imperative mood: "Gets the value of the PV. Returns None if PV is unavailable."
|
The logs for this run have expired and are no longer available.
Loading