-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
quick-fix for un-sorted imports not working #180
Comments
@koxudaxi - Sorry for the churn, we changed the edit columns to be one-based rather than zero-based, which is probably the cause of this discrepancy. Here's the relevant PR in the LSP: astral-sh/ruff-lsp#103. |
Multiple team members noticed this at work as well. Glad it looks to be a simple fix! |
I'm Sorry for my slow action. There are binaries on the page. We can install it manually before will be published in the JetBrains Market. |
It's approved. |
Works perfectly. Thank you ! |
Re-posted from
ruff
github:I'm seeing an issue with ruff and quick-fixes it offers to Intellij
I have the following file
and
ruff
complains about importsWhen I click
organize imports
, it breaks the codeExecuting the fix from command line works
ruff . --fix
My config from
pyproject.toml
PyCharm 2023.1.2
Mac OS 13.2.1
0.0.269
0.0.4
The text was updated successfully, but these errors were encountered: