Skip to content

Feature Request: Please support isort add_imports option #1700

@nefrob

Description

@nefrob

With isort you can auto import things, i.e. in the pyproject.toml:

[tool.isort]
add_imports = "from __future__ import annotations"

This is a feature request for the same functionality in ruff

[tool.ruff.isort]
add_imports = "from __future__ import annotations"

Metadata

Metadata

Assignees

Labels

isortRelated to import sorting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions