-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add --quiet option to isort command #31733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What does the output look like whenever an import is incorrectly sorted? Let’s push a commit here (you can mess up import ordering in any file) so we can double check all looks as expected on github actions |
@alimcmaster1 done. the output looks like this in case of an error:
|
86e6d27
to
42f7181
Compare
LGTM - thanks. cc @datapythonista |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check if errors are still displayed? If that's the case, this lgtm.
Thanks!
@datapythonista The errors are still displayed. |
Thanks for researching and fixing this! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff