⬆️ Update dependency ruff to v0.14.5 #1943
linting.yaml
on: pull_request
codespell
28s
Ruff
23s
pre-commit-hooks
38s
pylint
32s
yamllint
23s
Prettier
35s
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`
|