chore: sync project template #159
build-linux.yaml
on: push
Matrix: mypy check on linux
Matrix: pytest on linux
linting-linux
8s
create and publish test coverage
51s
publish python package to pypi
0s
conda package build (and upload if release)
0s
merge current tag to main branch
0s
Annotations
12 errors
Ruff (PIE790):
src/kiara_plugin/tabular/data_types/table.py#L47
src/kiara_plugin/tabular/data_types/table.py:47:9: PIE790 Unnecessary `pass` statement
|
Ruff (RUF015):
src/kiara_plugin/tabular/modules/db/__init__.py#L405
src/kiara_plugin/tabular/modules/db/__init__.py:405:26: RUF015 Prefer `next(iter(table_names))` over single element slice
|
Ruff (RUF015):
src/kiara_plugin/tabular/utils/__init__.py#L477
src/kiara_plugin/tabular/utils/__init__.py:477:30: RUF015 Prefer `next(iter(docs))` over single element slice
|
linting-linux
Process completed with exit code 1.
|
mypy check on linux (3.8)
Process completed with exit code 2.
|
mypy check on linux (3.10)
The job was canceled because "_3_8" failed.
|
mypy check on linux (3.10)
Process completed with exit code 2.
|
mypy check on linux (3.11)
The job was canceled because "_3_8" failed.
|
mypy check on linux (3.11)
The operation was canceled.
|
mypy check on linux (3.9)
The job was canceled because "_3_8" failed.
|
mypy check on linux (3.9)
The operation was canceled.
|
pytest on linux (3.12)
Process completed with exit code 1.
|