Skip to content
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

--isort-show-traceback: only show the traceback once per file #98

Closed
wants to merge 1 commit into from
Closed

--isort-show-traceback: only show the traceback once per file #98

wants to merge 1 commit into from

Conversation

davidhewitt
Copy link

This PR is an experiment in ergonomics of flake8 output with the --isort-show-traceback option.

At the moment the full traceback is printed with each message emitted. When I'm running flake8 on the command line this leads to very verbose output.

This PR changes that behaviour so that the traceback is printed only once with the last message of the file.

Feel free to throw this away if you prefer the existing behaviour; while this change is nicer for me I can imagine there are situations where repeating the traceback with every message might be desirable.

@davidhewitt davidhewitt closed this by deleting the head repository Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant