add github action, create pyproject.toml, remove some ess specific st… #13
Annotations
11 errors
Run Ruff Format Check on Changed Files
Process completed with exit code 123.
|
Run Ruff Check on Changed Files:
doc/conf.py#L5
doc/conf.py:5:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L79
lewis/adapters/epics.py:79:24: ANN001 Missing type annotation for function argument `pv`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L79
lewis/adapters/epics.py:79:28: ANN001 Missing type annotation for function argument `target`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L79
lewis/adapters/epics.py:79:36: ANN001 Missing type annotation for function argument `meta_target`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L85
lewis/adapters/epics.py:85:9: ANN201 Missing return type annotation for public function `value`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L90
lewis/adapters/epics.py:90:21: ANN001 Missing type annotation for function argument `new_value`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L99
lewis/adapters/epics.py:99:9: ANN201 Missing return type annotation for public function `meta`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L107
lewis/adapters/epics.py:107:9: ANN201 Missing return type annotation for public function `read_only`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L112
lewis/adapters/epics.py:112:9: ANN201 Missing return type annotation for public function `config`
|
Run Ruff Check on Changed Files:
lewis/adapters/epics.py#L117
lewis/adapters/epics.py:117:9: ANN201 Missing return type annotation for public function `poll_interval`
|
Loading