Make package #1
Triggered via pull request
November 16, 2024 09:19
Status
Cancelled
Total duration
11m 59s
Artifacts
–
lint_and_test.yml
on: pull_request
Matrix: tests
call-linter-workflow
/
ruff
8s
call-linter-workflow
/
pyright
48s
Final Results
0s
Annotations
17 errors
Ruff (ANN202):
src/genie_python/genie_plot.py#L7
src/genie_python/genie_plot.py:7:5: ANN202 Missing return type annotation for private function `_plotting_func`
|
Ruff (ANN001):
src/genie_python/genie_plot.py#L7
src/genie_python/genie_plot.py:7:20: ANN001 Missing type annotation for function argument `func`
|
Ruff (ANN202):
src/genie_python/genie_plot.py#L16
src/genie_python/genie_plot.py:16:9: ANN202 Missing return type annotation for private function `wrapper`
|
Ruff (ANN002):
src/genie_python/genie_plot.py#L16
src/genie_python/genie_plot.py:16:17: ANN002 Missing type annotation for `*args`
|
Ruff (ANN003):
src/genie_python/genie_plot.py#L16
src/genie_python/genie_plot.py:16:24: ANN003 Missing type annotation for `**kwargs`
|
Ruff (ANN204):
src/genie_python/genie_plot.py#L31
src/genie_python/genie_plot.py:31:9: ANN204 Missing return type annotation for special method `__init__`
|
Ruff (ANN001):
src/genie_python/genie_plot.py#L31
src/genie_python/genie_plot.py:31:24: ANN001 Missing type annotation for function argument `api`
|
Ruff (ANN001):
src/genie_python/genie_plot.py#L31
src/genie_python/genie_plot.py:31:29: ANN001 Missing type annotation for function argument `spectrum`
|
Ruff (ANN001):
src/genie_python/genie_plot.py#L31
src/genie_python/genie_plot.py:31:39: ANN001 Missing type annotation for function argument `period`
|
Ruff (ANN001):
src/genie_python/genie_plot.py#L31
src/genie_python/genie_plot.py:31:47: ANN001 Missing type annotation for function argument `dist`
|
tests (3.13)
The run was canceled by @Tom-Willemsen.
|
tests (3.13)
The operation was canceled.
|
tests (3.12)
The run was canceled by @Tom-Willemsen.
|
tests (3.12)
The operation was canceled.
|
tests (3.11)
The run was canceled by @Tom-Willemsen.
|
tests (3.11)
The operation was canceled.
|
Final Results
Process completed with exit code 1.
|