mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
[PR #20] [MERGED] Dev edition merge #21
Labels
No labels
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiStats#21
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/TheTedLab/SpotiStats/pull/20
Author: @TheTedLab
Created: 3/15/2024
Status: ✅ Merged
Merged: 3/15/2024
Merged by: @TheTedLab
Base:
main← Head:dev📝 Commits (6)
727f4eeImplement pylint and prospector linters306535cStatic analysis errors fixes82a22a0Prospector errors fixes80e81f8Update README.mdc4e1390Create README.md for aggregator directory792e2f3Merge pull request #19 from TheTedLab/tests📊 Changes
24 files changed (+1518 additions, -674 deletions)
View changed files
➕
.pylintrc(+632 -0)📝
README.md(+17 -2)➕
prospector_profile.yaml(+27 -0)➕
prospector_report.txt(+12 -0)➕
pylint_report.txt(+85 -0)➕
src/aggregator/README.md(+9 -0)📝
src/aggregator/aggregator.py(+118 -57)📝
src/aggregator/artist_aggregate.py(+26 -7)📝
src/aggregator/classes/album.py(+8 -1)📝
src/aggregator/classes/artist.py(+8 -1)📝
src/aggregator/classes/track.py(+17 -6)📝
src/aggregator/save_artist.py(+7 -4)📝
src/aggregator/server_vars.py(+3 -2)📝
src/aggregator/stats_from_files.py(+38 -58)📝
src/aggregator/stats_update.py(+23 -53)➕
src/aggregator/stats_utils.py(+101 -0)📝
src/aggregator/tracks_count.py(+7 -6)📝
src/api/entity/track.py(+3 -3)📝
src/scraper/counter.py(+4 -3)📝
src/scraper/fastsel_album.py(+14 -182)...and 4 more files
📄 Description
Static Analysis Tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.