-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
questionAsking for support or clarificationAsking for support or clarificationruleImplementing or modifying a lint ruleImplementing or modifying a lint rule
Description
Summary
I discovered this when I opened this* in Pycharm
PyCharm:
Pyflakes:
❯ pyflakes xxx.py
xxx.py:43:5: redefinition of unused 'Context' from line 23 Ruff:
❯ ruff check xxx.py --select F401 --preview
All checks passed!Version
ruff 0.14.11 (c920cf8cd 2026-01-08)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionAsking for support or clarificationAsking for support or clarificationruleImplementing or modifying a lint ruleImplementing or modifying a lint rule