Skip to content

Pull requests: astral-sh/ruff

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
Assigned to nobody Loading
Sort

Pull requests list

[ty] Defer union of parameter types ty Multi-file analysis & type inference
#24756 opened Apr 20, 2026 by charliermarsh Member Draft
[ty] Fix TODO for meta-type of intersections ty Multi-file analysis & type inference
#24755 opened Apr 20, 2026 by AlexWaygood Member Draft
Factor out more mdtest helpers testing Related to testing Ruff itself
#24754 opened Apr 20, 2026 by ntBre Contributor Draft
[ty] Skip checks for gradual vararg calls performance Potential performance improvement ty Multi-file analysis & type inference
#24748 opened Apr 20, 2026 by charliermarsh Member Draft
[ty] Add gradual vararg call benchmark internal An internal refactor or improvement ty Multi-file analysis & type inference
#24747 opened Apr 20, 2026 by charliermarsh Member Draft
[ty] Top materialization issues (take 394) ty Multi-file analysis & type inference
#24736 opened Apr 20, 2026 by AlexWaygood Member Draft
[ty] Widen nested literals during inference for huge collections performance Potential performance improvement ty Multi-file analysis & type inference
#24716 opened Apr 19, 2026 by charliermarsh Member Draft
[ty] fix goto definition for generic classes ty Multi-file analysis & type inference
#24714 opened Apr 19, 2026 by felixscherz Contributor Loading…
[ty] Implement workspace/didChangeConfiguration ty Multi-file analysis & type inference
#24712 opened Apr 19, 2026 by pharmac1st Loading…
[docs] Improve rules table accessibility documentation Improvements or additions to documentation
#24711 opened Apr 19, 2026 by augustelalande Contributor Loading…
[ty] Validate unpacked TypedDict **kwargs arguments ty Multi-file analysis & type inference
#24710 opened Apr 19, 2026 by charliermarsh Member Loading…
[ty] Infer dict(**TypedDict) in TypedDict context ty Multi-file analysis & type inference
#24709 opened Apr 19, 2026 by charliermarsh Member Draft
[ty] Narrow bound method overloads by receiver bug Something isn't working ty Multi-file analysis & type inference
#24707 opened Apr 18, 2026 by charliermarsh Member Draft
[ty] Support ** unpacking of TypedDict in dict-literal assignments ty Multi-file analysis & type inference
#24703 opened Apr 17, 2026 by charliermarsh Member Loading…
[ty] improve invariant matching of formal union vs inferable typevar ty Multi-file analysis & type inference
#24698 opened Apr 17, 2026 by carljm Contributor Loading…
[ty] Add contextual secondary annotations in more places diagnostics Related to reporting of diagnostics. ty Multi-file analysis & type inference
#24696 opened Apr 17, 2026 by AlexWaygood Member Loading…
[ty] Include inferred type in invalid-key concise diagnostic for union/intersection TypedDicts diagnostics Related to reporting of diagnostics. ty Multi-file analysis & type inference
#24693 opened Apr 17, 2026 by tonyxwz Loading…
[ty] Fine-tune diagnostic range of unresolved-cast diagnostics Related to reporting of diagnostics. ty Multi-file analysis & type inference
#24688 opened Apr 17, 2026 by sharkdp Contributor Draft
[ty] Fix various overflows with recursive type aliases bug Something isn't working ty Multi-file analysis & type inference
#24683 opened Apr 17, 2026 by charliermarsh Member Draft
2
3
[ty] Avoid merging snapshots if equivalent performance Potential performance improvement ty Multi-file analysis & type inference
#24682 opened Apr 16, 2026 by charliermarsh Member Draft
ProTip! Exclude everything labeled bug with -label:bug.