Ticket8378 #1
linter.yml
on: pull_request
call-workflow
/
ruff
6s
call-workflow
/
pyright
20s
Annotations
11 errors
Ruff (ANN202):
system_tests/lewis_emulators/PearlPC/device.py#L9
system_tests/lewis_emulators/PearlPC/device.py:9:9: ANN202 Missing return type annotation for private function `_initialize_data`
|
Ruff (ANN001):
system_tests/lewis_emulators/PearlPC/device.py#L9
system_tests/lewis_emulators/PearlPC/device.py:9:32: ANN001 Missing type annotation for function argument `status_dictionary`
|
Ruff (ANN201):
system_tests/lewis_emulators/PearlPC/device.py#L20
system_tests/lewis_emulators/PearlPC/device.py:20:9: ANN201 Missing return type annotation for public function `add_to_dict`
|
Ruff (ANN202):
system_tests/lewis_emulators/PearlPC/device.py#L28
system_tests/lewis_emulators/PearlPC/device.py:28:9: ANN202 Missing return type annotation for private function `_get_state_handlers`
|
Ruff (ANN202):
system_tests/lewis_emulators/PearlPC/device.py#L33
system_tests/lewis_emulators/PearlPC/device.py:33:9: ANN202 Missing return type annotation for private function `_get_initial_state`
|
Ruff (ANN202):
system_tests/lewis_emulators/PearlPC/device.py#L36
system_tests/lewis_emulators/PearlPC/device.py:36:9: ANN202 Missing return type annotation for private function `_get_transition_handlers`
|
Ruff (ANN201):
system_tests/lewis_emulators/PearlPC/device.py#L39
system_tests/lewis_emulators/PearlPC/device.py:39:9: ANN201 Missing return type annotation for public function `re_initialise`
|
Ruff (ANN201):
system_tests/lewis_emulators/PearlPC/device.py#L78
system_tests/lewis_emulators/PearlPC/device.py:78:9: ANN201 Missing return type annotation for public function `get_pressure`
|
Ruff (ANN201):
system_tests/lewis_emulators/PearlPC/device.py#L95
system_tests/lewis_emulators/PearlPC/device.py:95:9: ANN201 Missing return type annotation for public function `stop`
|
Ruff (ANN201):
system_tests/lewis_emulators/PearlPC/device.py#L98
system_tests/lewis_emulators/PearlPC/device.py:98:9: ANN201 Missing return type annotation for public function `reset`
|
call-workflow / pyright
Process completed with exit code 1.
|