⬆️ Update dependency ruff to v0.14.1 #1938
linting.yaml
on: pull_request
codespell
24s
Ruff
21s
pre-commit-hooks
35s
pylint
35s
yamllint
24s
Prettier
36s
Annotations
8 errors
Ruff
Process completed with exit code 1.
|
Ruff (B905):
src/spotifyaio/spotify.py#L1022
src/spotifyaio/spotify.py:1022:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (B905):
src/spotifyaio/spotify.py#L925
src/spotifyaio/spotify.py:925:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (B905):
src/spotifyaio/spotify.py#L871
src/spotifyaio/spotify.py:871:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (B905):
src/spotifyaio/spotify.py#L498
src/spotifyaio/spotify.py:498:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (B905):
src/spotifyaio/spotify.py#L398
src/spotifyaio/spotify.py:398:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (B905):
src/spotifyaio/spotify.py#L278
src/spotifyaio/spotify.py:278:21: B905 `zip()` without an explicit `strict=` parameter
|
Ruff (UP035):
src/spotifyaio/spotify.py#L8
src/spotifyaio/spotify.py:8:1: UP035 Import from `collections.abc` instead: `Callable`
|