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
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
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
-q
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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" itThe text was updated successfully, but these errors were encountered: