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
isort didn't introduce the --filename flag until 5.7.0:
--filename
.pyi
#3815 introduces --filename which makes fixing incompatible with isort < 5.7.0
Perhaps ale should conditionally add the --filename flag based on the detected version of isort?
The text was updated successfully, but these errors were encountered:
@jmsanders appreciated if you can verify this PR works for you: #3942
Sorry, something went wrong.
Yep - works for me! Thanks for the quick fix!
No branches or pull requests
isort didn't introduce the
--filename
flag until 5.7.0:.pyi
files w/ black PyCQA/isort#1596#3815 introduces
--filename
which makes fixing incompatible with isort < 5.7.0Perhaps ale should conditionally add the
--filename
flag based on the detected version of isort?The text was updated successfully, but these errors were encountered: