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

Ruff Isort line between import and from import #7275

Closed
MehulBatra opened this issue Sep 11, 2023 · 1 comment
Closed

Ruff Isort line between import and from import #7275

MehulBatra opened this issue Sep 11, 2023 · 1 comment
Labels
question Asking for support or clarification

Comments

@MehulBatra
Copy link

MehulBatra commented Sep 11, 2023

I saw Ruff insert a line between import and from import statements:

import Cython.Compiler.Options  

from Cython.Build import build_ext, cythonize 

How can this be avoided, I am on version v0.0.286

@zanieb
Copy link
Member

zanieb commented Sep 11, 2023

Please don't make multiple comments — although I appreciate that you opened a new issue instead of discussing further on the old closed one :)

See my response at #465 (comment)

Let me know if you have more questions!

@zanieb zanieb added the question Asking for support or clarification label Sep 11, 2023
@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Asking for support or clarification
Projects
None yet
Development

No branches or pull requests

3 participants