-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Isort5 throws error when stdin used on Windows with deprecated args #1447
Comments
Adding the following line here should fix the error,
If you agree, will it be possible to make a release with the fix soon? I need it to show the prompt we discussed about.#1363 (comment) |
…ssed in explicitly. Resloves: #1447
@karrtikr, thanks for letting me know about this issue! I'll make sure to have a release out shortly (tonight or tomorrow morning) that resolves it. ~Timothy |
Thanks! |
This change has just been deployed to PyPI in version 5.5.0 Thanks! ~Timothy |
Running
type before.py | isort - --diff -sp .isort.cfg
prints the following traceback in case deprecated args is used,I was expecting it to print the same thing when
isort --diff before.py -sp .isort.cfg
is run,I planned to use the warning codes here but this is a blocker. cc @timothycrosley
The text was updated successfully, but these errors were encountered: