Skip to content

Initial commit

Initial commit #1

Triggered via push November 29, 2023 19:24
Status Failure
Total duration 2m 44s
Artifacts

linting.yaml

on: push
Fit to window
Zoom out
Zoom in

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.