Make package #33
Triggered via pull request
November 16, 2024 15:09
Status
Failure
Total duration
13m 32s
Artifacts
–
lint_and_test.yml
on: pull_request
Matrix: unit-tests
Final Results
0s
Annotations
12 errors
Ruff (ANN201):
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:5: ANN201 Missing return type annotation for public function `send`
|
Ruff (ANN001):
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:10: ANN001 Missing type annotation for function argument `self`
|
Ruff (ANN001):
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:16: ANN001 Missing type annotation for function argument `s`
|
Ruff (E402):
src/genie_python/genie_logging.py#L28
src/genie_python/genie_logging.py:28:1: E402 Module level import not at top of file
|
Ruff (E402):
src/genie_python/genie_logging.py#L29
src/genie_python/genie_logging.py:29:1: E402 Module level import not at top of file
|
Ruff (E402):
src/genie_python/genie_logging.py#L30
src/genie_python/genie_logging.py:30:1: E402 Module level import not at top of file
|
Ruff (E402):
src/genie_python/genie_logging.py#L31
src/genie_python/genie_logging.py:31:1: E402 Module level import not at top of file
|
Ruff (E402):
src/genie_python/genie_logging.py#L33
src/genie_python/genie_logging.py:33:1: E402 Module level import not at top of file
|
Ruff (ANN204):
src/genie_python/genie_logging.py#L39
src/genie_python/genie_logging.py:39:9: ANN204 Missing return type annotation for special method `__init__`
|
Ruff (ANN201):
src/genie_python/genie_logging.py#L45
src/genie_python/genie_logging.py:45:9: ANN201 Missing return type annotation for public function `set_inst_name`
|
lint / pyright
Process completed with exit code 1.
|
Final Results
Process completed with exit code 1.
|