mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #496] [MERGED] Ruff lint #623
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#623
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/496
Author: @sigma67
Created: 12/31/2023
Status: ✅ Merged
Merged: 12/31/2023
Merged by: @sigma67
Base:
master← Head:ruff-lint📝 Commits (6)
6fda230add ruff, pdmfad01a6update .gitignore66abc3bformat45d95b0teste477ef0check failure6dbca13fix constants.py📊 Changes
39 files changed (+1866 additions, -1234 deletions)
View changed files
📝
.github/workflows/coverage.yml(+3 -3)➕
.github/workflows/lint.yml(+16 -0)📝
.gitignore(+1 -0)📝
docs/source/conf.py(+11 -10)➕
pdm.lock(+560 -0)📝
pyproject.toml(+15 -9)📝
tests/test.py(+57 -91)📝
ytmusicapi/__init__.py(+6 -5)📝
ytmusicapi/auth/browser.py(+2 -1)📝
ytmusicapi/auth/oauth/__init__.py(+2 -2)📝
ytmusicapi/auth/oauth/base.py(+31 -27)📝
ytmusicapi/auth/oauth/credentials.py(+32 -26)📝
ytmusicapi/auth/oauth/models.py(+6 -6)📝
ytmusicapi/auth/oauth/refreshing.py(+7 -10)📝
ytmusicapi/constants.py(+15 -13)📝
ytmusicapi/continuations.py(+32 -36)📝
ytmusicapi/helpers.py(+20 -23)📝
ytmusicapi/mixins/_utils.py(+12 -11)📝
ytmusicapi/mixins/browsing.py(+73 -74)📝
ytmusicapi/mixins/explore.py(+55 -46)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.