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

[pyflakes] mark fix as unsafe (F541)
#22650 opened Jan 17, 2026 by leandrobbraga Loading…
[ty] Set None as the definition of Self type variables internal An internal refactor or improvement ty Multi-file analysis & type inference
#22648 opened Jan 17, 2026 by AlexWaygood Loading…
[ty]: Add Sarif Output Format cli Related to the command-line interface ty Multi-file analysis & type inference
#22645 opened Jan 17, 2026 by 11happy Loading…
[ty] Implement TypeVarTuple support for PEP 695 and legacy syntax ecosystem-analyzer ty Multi-file analysis & type inference
#22644 opened Jan 17, 2026 by bxff Loading…
[ty] Improve invalid assignment diagnostics with type context ecosystem-analyzer ty Multi-file analysis & type inference
#22643 opened Jan 17, 2026 by ibraheemdev Loading…
[flake8-bugbear] point previous occurrence (B033) rule Implementing or modifying a lint rule
#22634 opened Jan 16, 2026 by leandrobbraga Loading…
[ty] Infer lambda expressions with Callable type context ecosystem-analyzer ty Multi-file analysis & type inference
#22633 opened Jan 16, 2026 by ibraheemdev Loading…
[ty] Pluck some low hanging performance fruit for completions performance Potential performance improvement server Related to the LSP server ty Multi-file analysis & type inference
#22630 opened Jan 16, 2026 by BurntSushi Loading…
[ty] Support deferred and recursive type evaluation in NamedTuple(...) ecosystem-analyzer ty Multi-file analysis & type inference
#22627 opened Jan 16, 2026 by charliermarsh Loading…
2
3
[ty] Support overriding respect-type-ignore-comments configuration Related to settings and configuration ty Multi-file analysis & type inference
#22615 opened Jan 16, 2026 by MichaReiser Loading…
[ty] Use distributed versions of AND and OR on constraint sets internal An internal refactor or improvement performance Potential performance improvement ty Multi-file analysis & type inference
#22614 opened Jan 16, 2026 by dcreager Loading…
[ty] Add support for functional TypedDict ty Multi-file analysis & type inference
#22611 opened Jan 15, 2026 by charliermarsh Draft
[ty] fix unary operators on NewTypes of float and complex ecosystem-analyzer ty Multi-file analysis & type inference
#22605 opened Jan 15, 2026 by oconnor663 Loading…
[flake8-simplify] Mark SIM910/SIM911 fix as unsafe when deleting comments fixes Related to suggested fixes for violations
#22600 opened Jan 15, 2026 by leonace924 Loading…
[ty] Add support for dynamic dataclasses via make_dataclass ecosystem-analyzer ty Multi-file analysis & type inference
#22586 opened Jan 14, 2026 by charliermarsh Loading…
[ty] Track constraint set "support" separately; go back to fully reduced BDDs internal An internal refactor or improvement ty Multi-file analysis & type inference
#22578 opened Jan 14, 2026 by dcreager Draft
[ty] Build constraint set sequent maps lazily internal An internal refactor or improvement ty Multi-file analysis & type inference
#22577 opened Jan 14, 2026 by dcreager Loading…
feat: added isort options for completeness (WIP) configuration Related to settings and configuration isort Related to import sorting
#22572 opened Jan 14, 2026 by tonycoco Loading…
[ruff server] Find config for files outside of open workspaces server Related to the LSP server
#22570 opened Jan 14, 2026 by ZedThree Loading…
FAST002 : add autofix skipped reason as diagnostic info diagnostics Related to reporting of diagnostics.
#22565 opened Jan 14, 2026 by 11happy Loading…
[ty] Propagate type context through comprehensions ecosystem-analyzer ty Multi-file analysis & type inference
#22564 opened Jan 14, 2026 by ibraheemdev Loading…
[ty] struct.unpack return type inference ty Multi-file analysis & type inference
#22562 opened Jan 13, 2026 by sakgoyal Loading…
[pandas-vet] Make example error out-of-the-box (PD002) documentation Improvements or additions to documentation
#22561 opened Jan 13, 2026 by MeGaGiGaGon Loading…
[pyflakes] Report duplicate imports in typing.TYPE_CHECKING block F811 rule Implementing or modifying a lint rule
#22560 opened Jan 13, 2026 by chirizxc Loading…
ProTip! Filter pull requests by the default branch with base:main.