Ruff #1
Annotations
11 errors
|
ReflectometryServer/ChannelAccess/constants.py#L8
ReflectometryServer/ChannelAccess/constants.py:8:5: ANN202 Missing return type annotation for private function `_get_env_var`
|
ReflectometryServer/ChannelAccess/constants.py#L8
ReflectometryServer/ChannelAccess/constants.py:8:18: ANN001 Missing type annotation for function argument `name`
|
ReflectometryServer/ChannelAccess/constants.py#L39
ReflectometryServer/ChannelAccess/constants.py:39:101: E501 Line too long (107 > 100)
|
ReflectometryServer/ChannelAccess/driver_utils.py#L24
ReflectometryServer/ChannelAccess/driver_utils.py:24:5: ANN201 Missing return type annotation for public function `convert_from_epics_pv_value`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L24
ReflectometryServer/ChannelAccess/driver_utils.py:24:33: ANN001 Missing type annotation for function argument `parameter_type`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L24
ReflectometryServer/ChannelAccess/driver_utils.py:24:49: ANN001 Missing type annotation for function argument `value`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L24
ReflectometryServer/ChannelAccess/driver_utils.py:24:56: ANN001 Missing type annotation for function argument `pv_fields`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L43
ReflectometryServer/ChannelAccess/driver_utils.py:43:5: ANN202 Missing return type annotation for private function `_convert_to_epics_pv_value`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L112
ReflectometryServer/ChannelAccess/driver_utils.py:112:9: ANN205 Missing return type annotation for staticmethod `what`
|
ReflectometryServer/ChannelAccess/driver_utils.py#L112
ReflectometryServer/ChannelAccess/driver_utils.py:112:14: ANN001 Missing type annotation for function argument `pv_sort`
|
This job failed
Loading