-
Notifications
You must be signed in to change notification settings - Fork 23
Pull requests: PyCQA/flake8-pyi
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
New rule: prefer
x: Final = 42
over x: Final[Literal[42]]
#469
by tomasr8
was merged Mar 17, 2024
Loading…
Use uv for installing dependencies in CI on Linux-only workflows
#466
by AlexWaygood
was merged Mar 10, 2024
Loading…
Ban more imports from
typing_extensions
as part of Y023
#459
by AlexWaygood
was merged Jan 5, 2024
Loading…
Support installation with flake8>=7; tidy up changelog
#458
by AlexWaygood
was merged Jan 5, 2024
Loading…
Do not emit Y053 for the argument to @deprecated()
#444
by JelleZijlstra
was merged Nov 8, 2023
Loading…
Add Y091: Protocol method arg should not be pos-or-kw
#442
by JelleZijlstra
was merged Oct 17, 2024
Loading…
ProTip!
Exclude everything labeled
bug
with -label:bug.