Error handling and tests #23
Lint-and-test.yml
on: pull_request
call-workflow
/
ruff
8s
call-workflow
/
pyright
27s
call-workflow
/
code-ql
59s
tests
9s
Annotations
11 errors
|
call-workflow / ruff
Process completed with exit code 123.
|
|
call-workflow / ruff
Process completed with exit code 123.
|
|
Ruff (I001):
tests/test_utils.py#L1
tests/test_utils.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
tests/test_listen.py#L3
tests/test_listen.py:3:29: F401 `confluent_kafka.TopicPartition` imported but unused
|
|
Ruff (F401):
tests/test_listen.py#L1
tests/test_listen.py:1:27: F401 `unittest.mock.MagicMock` imported but unused
|
|
Ruff (I001):
tests/test_listen.py#L1
tests/test_listen.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
src/saluki/utils.py#L1
src/saluki/utils.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
src/saluki/listen.py#L1
src/saluki/listen.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
src/saluki/consume.py#L1
src/saluki/consume.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
tests
Process completed with exit code 1.
|
|
call-workflow / pyright
Process completed with exit code 1.
|