Ticket 23 configure bluesky logging #23
linter.yml
on: pull_request
call-workflow
/
ruff
8s
call-workflow
/
pyright
35s
Annotations
12 errors
call-workflow / ruff
Process completed with exit code 123.
|
Ruff (I001):
test_bluesky.py#L1
test_bluesky.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E401):
test_bluesky.py#L2
test_bluesky.py:2:1: E401 Multiple imports on one line
|
Ruff (E703):
test_bluesky.py#L193
test_bluesky.py:193:43: E703 Statement ends with an unnecessary semicolon
|
Ruff (E712):
test_bluesky.py#L196
test_bluesky.py:196:20: E712 Avoid equality comparisons to `False`; use `if not os.path.exists(os.environ[LOG_ENV_PATH]):` for false checks
|
Ruff (E712):
test_bluesky.py#L199
test_bluesky.py:199:20: E712 Avoid equality comparisons to `True`; use `if os.path.exists(LOG_FOLDER):` for truth checks
|
Ruff (E703):
test_bluesky.py#L209
test_bluesky.py:209:43: E703 Statement ends with an unnecessary semicolon
|
Ruff (F821):
test_bluesky.py#L211
test_bluesky.py:211:57: F821 Undefined name `LOG_FILE_NAME`
|
Ruff (E712):
test_bluesky.py#L212
test_bluesky.py:212:16: E712 Avoid equality comparisons to `True`; use `if os.path.exists(qualified_log_filename):` for truth checks
|
Ruff (E703):
test_bluesky.py#L222
test_bluesky.py:222:43: E703 Statement ends with an unnecessary semicolon
|
Ruff (F821):
test_bluesky.py#L224
test_bluesky.py:224:57: F821 Undefined name `LOG_FILE_NAME`
|
call-workflow / pyright
Process completed with exit code 1.
|