Skip to content

./run lint returns nothing (OK) locally, but CI fails #43

Closed Answered by nickjj
SHxKM asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, try running ./run quality which runs a combo of lint (flake8), format (black) and format:imports (isort).

It sounds like you'd want to run ./run format:imports to detect it locally. I just happen to run quality in my day to day because it does all 3 in 1 shot.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SHxKM
Comment options

Answer selected by SHxKM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants