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] Apply narrowing to len calls based on argument size ecosystem-analyzer ty Multi-file analysis & type inference
#22026 opened Dec 17, 2025 by charliermarsh Loading…
[ty] Unwrap enum.nonmember values ty Multi-file analysis & type inference
#22025 opened Dec 17, 2025 by charliermarsh Loading…
[ty] Support custom builtins ty Multi-file analysis & type inference
#22021 opened Dec 17, 2025 by Wizzerinus Loading…
[ty] Experiment ty Multi-file analysis & type inference
#22020 opened Dec 17, 2025 by MichaReiser Draft
[ty] don't expand type aliases in implicit tuple aliases bug Something isn't working ty Multi-file analysis & type inference
#22015 opened Dec 17, 2025 by mtshiba Loading…
Treat __setattr__ as fallback-only ecosystem-analyzer ty Multi-file analysis & type inference
#22014 opened Dec 17, 2025 by charliermarsh Loading…
[ty] fix goto-uses server Related to the LSP server ty Multi-file analysis & type inference
#22012 opened Dec 16, 2025 by Gankra Draft
[ty] improve rendering of signatures in hovers server Related to the LSP server ty Multi-file analysis & type inference
#22007 opened Dec 16, 2025 by Gankra Loading…
[ty] Don't suggest keyword statements when only expressions are valid server Related to the LSP server ty Multi-file analysis & type inference
#22002 opened Dec 16, 2025 by RasmusNygren Draft
[ty] proof of concept: clickable types in hover server Related to the LSP server ty Multi-file analysis & type inference
#21990 opened Dec 15, 2025 by Gankra Draft
[ty] disallow type variables within type variable bounds/constraints ecosystem-analyzer ty Multi-file analysis & type inference
#21984 opened Dec 15, 2025 by mtshiba Loading…
fix: target-version fallback with extend breaking Breaking API change configuration Related to settings and configuration
#21980 opened Dec 14, 2025 by denyszhak Loading…
New rule to prevent implicit string concatenation in collections preview Related to preview mode features rule Implementing or modifying a lint rule
#21972 opened Dec 14, 2025 by hauntsaninja Loading…
[ty] Respect intersections in iterations ecosystem-analyzer ty Multi-file analysis & type inference
#21965 opened Dec 13, 2025 by charliermarsh Loading…
[ty] Add truncation policy for displaying overloads on single line ty Multi-file analysis & type inference
#21949 opened Dec 12, 2025 by dhruvmanila Draft
[ty] Add basic support for overloads in ParamSpec ecosystem-analyzer ty Multi-file analysis & type inference
#21946 opened Dec 12, 2025 by dhruvmanila Draft
[ty] Use datatest instead of dirtest testing Related to testing Ruff itself ty Multi-file analysis & type inference
#21937 opened Dec 12, 2025 by MichaReiser Loading…
Fixes #21881: return-in-generator (B901) - should not be reported on pytest hook wrappers preview Related to preview mode features rule Implementing or modifying a lint rule
#21931 opened Dec 12, 2025 by assadyousuf Loading…
[ty] Subtyping for bidirectional inference ecosystem-analyzer ty Multi-file analysis & type inference
#21930 opened Dec 11, 2025 by ibraheemdev Draft
[ty] Handle overloads in rename server Related to the LSP server ty Multi-file analysis & type inference
#21920 opened Dec 11, 2025 by MichaReiser Draft
Report diagnostics for invalid/unmatched range suppression comments preview Related to preview mode features rule Implementing or modifying a lint rule
#21908 opened Dec 10, 2025 by amyreese Loading…
ProTip! Exclude everything labeled bug with -label:bug.