Initial commit #1
linting.yaml
on: push
codespell
23s
Ruff
20s
pre-commit-hooks
34s
pylint
24s
yamllint
22s
Prettier
2m 36s
Annotations
8 errors
Ruff (D104):
src/spotifyaio/__init__.py#L1
src/spotifyaio/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (INP001):
tests/test_init.py#L1
tests/test_init.py:1:1: INP001 File `tests/test_init.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (D100):
tests/test_init.py#L1
tests/test_init.py:1:1: D100 Missing docstring in public module
|
Ruff (ANN201):
tests/test_init.py#L3
tests/test_init.py:3:5: ANN201 Missing return type annotation for public function `test`
|
Ruff (D103):
tests/test_init.py#L3
tests/test_init.py:3:5: D103 Missing docstring in public function
|
Ruff (S101):
tests/test_init.py#L4
tests/test_init.py:4:5: S101 Use of `assert` detected
|
Ruff
Process completed with exit code 1.
|
pylint
Process completed with exit code 1.
|