Skip to content

Ensure that from-style imports are always ordered first in __future__#9039

Merged
charliermarsh merged 1 commit intomainfrom
charlie/futures
Dec 7, 2023
Merged

Ensure that from-style imports are always ordered first in __future__#9039
charliermarsh merged 1 commit intomainfrom
charlie/futures

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Closes #8823.

@charliermarsh charliermarsh added bug Something isn't working internal An internal refactor or improvement isort Related to import sorting and removed internal An internal refactor or improvement labels Dec 7, 2023
@charliermarsh charliermarsh changed the title Ensure that from-style imports are always ordered first in __future__ Ensure that from-style imports are always ordered first in __future__ Dec 7, 2023
@charliermarsh charliermarsh marked this pull request as ready for review December 7, 2023 03:48
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2023

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit 946b308 into main Dec 7, 2023
@charliermarsh charliermarsh deleted the charlie/futures branch December 7, 2023 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working isort Related to import sorting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unsorted-imports (I001) false positive when import __future__ is below from __future__ import

1 participant