-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
isortRelated to import sortingRelated to import sortingneeds-decisionAwaiting a decision from a maintainerAwaiting a decision from a maintainer
Description
The isort module provides many different ways of accomplishing the wrapping for a given project. From my experience, this is a widely used option in projects that use isort, so it would be nice to have this support in ruff.
Ideally, the ruff setting would be something like this:
[tool.ruff.isort]
multi_line_output = 3 # Vertical Hanging Indent
The output options would follow the options settings and option values listed in the isort documentation.
charliermarsh, the-matt-morris, spaceone, honnorat, MattyKuzyk and 93 more
Metadata
Metadata
Assignees
Labels
isortRelated to import sortingRelated to import sortingneeds-decisionAwaiting a decision from a maintainerAwaiting a decision from a maintainer