Make package #14
Annotations
10 errors
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:5: ANN201 Missing return type annotation for public function `send`
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:10: ANN001 Missing type annotation for function argument `self`
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L10
src/genie_python/genie_logging.py:10:16: ANN001 Missing type annotation for function argument `s`
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L28
src/genie_python/genie_logging.py:28:1: E402 Module level import not at top of file
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L29
src/genie_python/genie_logging.py:29:1: E402 Module level import not at top of file
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L30
src/genie_python/genie_logging.py:30:1: E402 Module level import not at top of file
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L31
src/genie_python/genie_logging.py:31:1: E402 Module level import not at top of file
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L33
src/genie_python/genie_logging.py:33:1: E402 Module level import not at top of file
|
Run Ruff Check on Changed Files:
src/genie_python/genie_logging.py#L39
src/genie_python/genie_logging.py:39:9: ANN204 Missing return type annotation for special method `__init__`
|
Run Ruff Check on Changed Files:
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`
|
Loading