mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
[PR #19] [MERGED] Static Analysis Tests #19
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#19
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/19
Author: @TheTedLab
Created: 3/15/2024
Status: ✅ Merged
Merged: 3/15/2024
Merged by: @TheTedLab
Base:
dev← Head:tests📝 Commits (10+)
aa9d624Merge pull request #1 from TheTedLab/dev3606aefMerge pull request #3 from TheTedLab/dev8440943Merge branch 'dev' into mr184403e2Merge branch 'dbapi' into mr13160f29Merge branch 'scraper' into mr1162fceaMerge branch 'web' into mr1420f20aMerge branch 'aggregator' into mr10d17531Merge branch 'scraper' into mr1a9d537eMerge pull request #17 from TheTedLab/dev22864baAdd readmes; prepare distributive📊 Changes
34 files changed (+921400 additions, -690 deletions)
View changed files
➕
.pylintrc(+632 -0)📝
README.md(+39 -2)➕
prospector_profile.yaml(+27 -0)➕
prospector_report.txt(+12 -0)➕
pylint_report.txt(+85 -0)➕
src/.env(+10 -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/README.md(+7 -0)📝
src/api/entity/track.py(+3 -3)...and 14 more files
📄 Description
Implement pylint and prospector linters
Static analysis errors fixes for pylint
Prospector errors fixes
Update README.md
Create README.md for aggregator directory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.