Skip to content

⬆️ Update dependency ruff to v0.14.1 #1938

⬆️ Update dependency ruff to v0.14.1

⬆️ Update dependency ruff to v0.14.1 #1938

Triggered via pull request October 16, 2025 21:55
Status Failure
Total duration 39s
Artifacts

linting.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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`