[PR #498] [MERGED] add mypy (non-strict) #625

Closed
opened 2026-02-27 23:01:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/498
Author: @sigma67
Created: 12/31/2023
Status: Merged
Merged: 12/31/2023
Merged by: @sigma67

Base: masterHead: add-mypy


📝 Commits (1)

📊 Changes

23 files changed (+312 additions, -148 deletions)

View changed files

📝 .github/workflows/lint.yml (+11 -2)
📝 .pre-commit-config.yaml (+8 -9)
📝 CONTRIBUTING.rst (+3 -1)
📝 pdm.lock (+76 -1)
📝 pyproject.toml (+7 -0)
📝 tests/test.py (+1 -0)
📝 ytmusicapi/auth/browser.py (+2 -1)
📝 ytmusicapi/auth/oauth/base.py (+43 -33)
📝 ytmusicapi/auth/oauth/refreshing.py (+4 -5)
ytmusicapi/mixins/_protocol.py (+28 -0)
📝 ytmusicapi/mixins/browsing.py (+10 -7)
📝 ytmusicapi/mixins/explore.py (+6 -5)
📝 ytmusicapi/mixins/library.py (+11 -19)
📝 ytmusicapi/mixins/playlists.py (+24 -14)
📝 ytmusicapi/mixins/search.py (+6 -5)
📝 ytmusicapi/mixins/uploads.py (+6 -5)
📝 ytmusicapi/mixins/watch.py (+12 -7)
📝 ytmusicapi/navigation.py (+3 -1)
📝 ytmusicapi/parsers/i18n.py (+3 -3)
📝 ytmusicapi/parsers/playlists.py (+3 -4)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/498 **Author:** [@sigma67](https://github.com/sigma67) **Created:** 12/31/2023 **Status:** ✅ Merged **Merged:** 12/31/2023 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `master` ← **Head:** `add-mypy` --- ### 📝 Commits (1) - [`8899fee`](https://github.com/sigma67/ytmusicapi/commit/8899fee7fd26de9f2ebf0b4285767cb987f2d279) add mypy ### 📊 Changes **23 files changed** (+312 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint.yml` (+11 -2) 📝 `.pre-commit-config.yaml` (+8 -9) 📝 `CONTRIBUTING.rst` (+3 -1) 📝 `pdm.lock` (+76 -1) 📝 `pyproject.toml` (+7 -0) 📝 `tests/test.py` (+1 -0) 📝 `ytmusicapi/auth/browser.py` (+2 -1) 📝 `ytmusicapi/auth/oauth/base.py` (+43 -33) 📝 `ytmusicapi/auth/oauth/refreshing.py` (+4 -5) ➕ `ytmusicapi/mixins/_protocol.py` (+28 -0) 📝 `ytmusicapi/mixins/browsing.py` (+10 -7) 📝 `ytmusicapi/mixins/explore.py` (+6 -5) 📝 `ytmusicapi/mixins/library.py` (+11 -19) 📝 `ytmusicapi/mixins/playlists.py` (+24 -14) 📝 `ytmusicapi/mixins/search.py` (+6 -5) 📝 `ytmusicapi/mixins/uploads.py` (+6 -5) 📝 `ytmusicapi/mixins/watch.py` (+12 -7) 📝 `ytmusicapi/navigation.py` (+3 -1) 📝 `ytmusicapi/parsers/i18n.py` (+3 -3) 📝 `ytmusicapi/parsers/playlists.py` (+3 -4) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#625
No description provided.