Skip to content

[pyflakes] Fix infinite loop in preview fix for unused-import (F401)#23038

Merged
dylwil3 merged 5 commits intoastral-sh:mainfrom
dylwil3:f401-improvements
Feb 11, 2026
Merged

[pyflakes] Fix infinite loop in preview fix for unused-import (F401)#23038
dylwil3 merged 5 commits intoastral-sh:mainfrom
dylwil3:f401-improvements

Conversation

@dylwil3
Copy link
Collaborator

@dylwil3 dylwil3 commented Feb 2, 2026

Closes #22221

@dylwil3 dylwil3 added rule Implementing or modifying a lint rule fixes Related to suggested fixes for violations preview Related to preview mode features labels Feb 2, 2026
@astral-sh-bot
Copy link

astral-sh-bot bot commented Feb 2, 2026

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@dylwil3 dylwil3 marked this pull request as ready for review February 10, 2026 23:24
@dylwil3 dylwil3 requested a review from ntBre February 10, 2026 23:24
Copy link
Contributor

@ntBre ntBre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dylwil3 dylwil3 merged commit b4ca9ba into astral-sh:main Feb 11, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fixes Related to suggested fixes for violations preview Related to preview mode features rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

F401 fix causes infinite loop adding duplicates to __all__

2 participants