mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #1154] Move linting/code style checks to a separate test #677
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#677
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?
Originally created by @JackDyre on GitHub (Aug 9, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1154
I would be nice if the linting/code style tests were in their own test. It is kinda confusing when I make a change and all the tests fail, but it is only because I forgot to run the linting commands and the all of the tests passed.
@stephanebruckert commented on GitHub (Aug 10, 2024):
We could split linting/testing into different workflows so it shows more clearly what's green or red.
Also we could only run the linting step or workflow when the PR is not a draft?(actually a bad idea, someone might want to focus mostly on linting)On your side you could also look at setting up flake8 in your code editor so it fixes code automatically.
@dieser-niko commented on GitHub (Aug 12, 2024):
While we're at it, we might want to remove the line
pip install -Iv enum34==1.1.6, as we don't support versions below 3.4 anyway.