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] first pass at supporting NewTypes of float and complex ty Multi-file analysis & type inference
#21886 opened Dec 10, 2025 by oconnor663 Draft
Document *.pyw is included by default in preview documentation Improvements or additions to documentation
#21885 opened Dec 10, 2025 by Avasam Loading…
Document range suppressions, reorganize suppression docs documentation Improvements or additions to documentation suppression Related to supression of violations e.g. noqa
#21884 opened Dec 10, 2025 by amyreese Loading…
[ty] Adjust scope completions to use all reachable symbols server Related to the LSP server ty Multi-file analysis & type inference
#21872 opened Dec 9, 2025 by BurntSushi Draft
[ty] Checking files without extension ty Multi-file analysis & type inference
#21867 opened Dec 9, 2025 by MichaReiser Loading…
[ty] Add mypy primer check comparing same revisions testing Related to testing Ruff itself ty Multi-file analysis & type inference
#21864 opened Dec 9, 2025 by MichaReiser Loading…
[pylint] Implement too-many-lines (C0302) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#21853 opened Dec 8, 2025 by tluolamo Loading…
[ty] Teach ty check to ask uv to sync the venv of a PEP-723 script configuration Related to settings and configuration ty Multi-file analysis & type inference
#21852 opened Dec 8, 2025 by Gankra Draft
[ty] improve bad specialization results & error messages ecosystem-analyzer ty Multi-file analysis & type inference
#21840 opened Dec 8, 2025 by mtshiba Loading…
Remove BackwardsTokenizer based parenthesized_range references in ruff_linter internal An internal refactor or improvement
#21836 opened Dec 8, 2025 by denyszhak Loading…
Remove regex dependency from ruff_python_formatter
#21827 opened Dec 6, 2025 by magic-akari Loading…
3 tasks done
[ty] use "referable" definitions in implicit attribute inference ty Multi-file analysis & type inference
#21822 opened Dec 6, 2025 by mtshiba Draft
[ty] Respect kw_only from parent class bug Something isn't working ty Multi-file analysis & type inference
#21820 opened Dec 6, 2025 by charliermarsh Loading…
[ty] Narrow types after NoReturn calls in if branches ty Multi-file analysis & type inference
#21819 opened Dec 6, 2025 by alex Draft
[ty] Improve typevar solving when encountering unions of generic types ty Multi-file analysis & type inference
#21818 opened Dec 5, 2025 by suleymanozkeskin Loading…
[ty] SQLAlchemy investigation do-not-merge Do not merge this pull request ty Multi-file analysis & type inference
#21814 opened Dec 5, 2025 by sharkdp Draft
[ty] Break mandatory salsa cycle when inferring function definitions performance Potential performance improvement ty Multi-file analysis & type inference
#21813 opened Dec 5, 2025 by dcreager Draft
[ty] Embeddable playground playground A playground-specific issue ty Multi-file analysis & type inference
#21807 opened Dec 5, 2025 by sharkdp Draft
[ty] Generic "manual" PEP 695 type aliases ecosystem-analyzer ty Multi-file analysis & type inference
#21801 opened Dec 4, 2025 by sharkdp Draft
[ty] Improve spans of references to submodules imported in an __init__.py server Related to the LSP server ty Multi-file analysis & type inference
#21795 opened Dec 4, 2025 by Gankra Loading…
ProTip! Exclude everything labeled bug with -label:bug.