Skip to content

Pull requests: PyCQA/flake8-pyi

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add Y091: Protocol method arg should not be pos-or-kw
#442 by JelleZijlstra was merged Oct 17, 2024 Loading… updated Oct 17, 2024
Drop support for Python 3.8
#500 by AlexWaygood was merged Sep 16, 2024 Loading… updated Oct 1, 2024
Use newer uv features to simplify some CI jobs type-workflow
#503 by AlexWaygood was merged Sep 23, 2024 Loading… updated Sep 23, 2024
Fix usages of plain "type"
#451 by JelleZijlstra was merged Nov 21, 2023 Loading… updated Sep 10, 2024
Do not emit Y053 for the argument to @deprecated()
#444 by JelleZijlstra was merged Nov 8, 2023 Loading… updated Sep 10, 2024
Fix Y053 false positives inside Literal and Annotated slices
#497 by AlexWaygood was merged Aug 20, 2024 Loading… updated Aug 20, 2024
Fix mypy CI job
#498 by AlexWaygood was merged Aug 20, 2024 Loading… updated Aug 20, 2024
Declare support for Python 3.13
#487 by AlexWaygood was merged Jun 12, 2024 Loading… updated Jun 12, 2024
Reduce false positives from Y052
#492 by AlexWaygood was merged Jun 9, 2024 Loading… updated Jun 9, 2024
Add anchors to error codes
#490 by Avasam was merged May 24, 2024 Loading… updated May 24, 2024
Fix new type error
#489 by JelleZijlstra was merged May 18, 2024 Loading… updated May 18, 2024
Add a check for sys.version_info version order
#481 by tomasr8 was merged Apr 18, 2024 Loading… updated Apr 18, 2024
Set development status to production/stable
#482 by srittau was merged Apr 16, 2024 Loading… updated Apr 16, 2024
Allow simple assignments to None in enum class scopes
#479 by AlexWaygood was merged Apr 11, 2024 Loading… updated Apr 11, 2024
Prepare for release 24.3.1
#474 by AlexWaygood was merged Mar 30, 2024 Loading… updated Mar 30, 2024
Check for bare Incomplete annotations
#475 by srittau was merged Mar 30, 2024 Loading… updated Mar 30, 2024
Fix false positives for Y090 in relation to PEP-646
#473 by Daverball was merged Mar 28, 2024 Loading… updated Mar 28, 2024
New rule: prefer x: Final = 42 over x: Final[Literal[42]]
#469 by tomasr8 was merged Mar 17, 2024 Loading… updated Mar 17, 2024
Enforce PEP-570 syntax in stubs
#461 by AlexWaygood was merged Mar 10, 2024 Loading… updated Mar 10, 2024
Improve descriptions of our error codes
#450 by AlexWaygood was merged Nov 20, 2023 Loading… updated Feb 22, 2024
Support installation with flake8>=7; tidy up changelog
#458 by AlexWaygood was merged Jan 5, 2024 Loading… updated Jan 8, 2024
Ban more imports from typing_extensions as part of Y023
#459 by AlexWaygood was merged Jan 5, 2024 Loading… updated Jan 5, 2024
Refactor how we analyse classes
#460 by AlexWaygood was merged Jan 5, 2024 Loading… updated Jan 5, 2024
Fix Y019 for PEP 570 syntax
#456 by hauntsaninja was merged Jan 5, 2024 Loading… updated Jan 5, 2024
Bump various test dependencies
#454 by AlexWaygood was merged Dec 23, 2023 Loading… updated Dec 23, 2023
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.