We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is in released version 4.2.3. This leads to output like
$ isort --diff --recursive wagtail __init__.py __init__.py __init__.py ... snip ... __init__.py __init__.py __init__.py Skipped 86 files
This seems to come from a stray print in isort.settings.should_skip
isort.settings.should_skip
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I'll fix this in 4.2.4!
Thanks!
~Timothy
Sorry, something went wrong.
4.2.4 has been released and should fix this issue :)
No branches or pull requests
This is in released version 4.2.3. This leads to output like
This seems to come from a stray print in
isort.settings.should_skip
The text was updated successfully, but these errors were encountered: