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

Weird output - might related to #1546 #2123

Open
vandaimer opened this issue Apr 17, 2023 · 0 comments
Open

Weird output - might related to #1546 #2123

vandaimer opened this issue Apr 17, 2023 · 0 comments

Comments

@vandaimer
Copy link

 vandaimer@vandaimer  ~/projects/cly   fix-tests-batcomputer ●  isort cly/colors.py                                                                                 ✔  10044  23:24:53

                 _                 _
                (_) ___  ___  _ __| |_
                | |/ _/ / _ \/ '__  _/
                | |\__ \/\_\/| |  | |_
                |_|\___/\___/\_/   \_/

      isort your imports, so you don't have to.

                    VERSION 5.12.0

else-type place_module for math returned STDLIB
else-type place_module for shutil returned STDLIB
from-type place_module for typing returned STDLIB
Fixing cly/colors.py

Is somehow the issue above related to this #1546 Unstable (non-idempotent) isort behavior

I found that when installing isort on nvim as a plugin. Every time after saving the file, isort runs and writes that string in the file

The files become something like this:

else-type place_module for math returned STDLIB
import math

From #1546, it was fixed, but not sure if something else broke it and if there's a way to "suppress" it. At least -q didn't "solve" it

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

No branches or pull requests

1 participant