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

[ruff] Implement direct-member-import (RUF066)
#21118 opened Oct 29, 2025 by revmischa Loading…
[ruff] Implement inefficient-membership-test (RUF066) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#21116 opened Oct 28, 2025 by Zaczero Loading…
[ruff] Prevent PYI025 from clashing with isort-required check bug Something isn't working fixes Related to suggested fixes for violations
#21115 opened Oct 28, 2025 by TaKO8Ki Loading…
[ty] Make auto import completions include global imports from other modules in suggestions server Related to the LSP server ty Multi-file analysis & type inference
#21112 opened Oct 28, 2025 by BurntSushi Loading…
Allow newlines after function headers without docstrings formatter Related to the formatter preview Related to preview mode features
#21110 opened Oct 28, 2025 by ntBre Loading…
[ty] Render import <...> in completions when "label details" isn't supported server Related to the LSP server ty Multi-file analysis & type inference
#21109 opened Oct 28, 2025 by BurntSushi Loading…
Fix syntax error false positive on nested alternative patterns bug Something isn't working
#21104 opened Oct 27, 2025 by ntBre Loading…
[ty] Cleanup various APIs ty Multi-file analysis & type inference
#21103 opened Oct 27, 2025 by AlexWaygood Draft
Fix some false positive for is_non_empty_f_string bug Something isn't working
#21102 opened Oct 27, 2025 by IDrokin117 Loading…
[ty] Make auto-import skip symbols in current module bug Something isn't working server Related to the LSP server ty Multi-file analysis & type inference
#21100 opened Oct 27, 2025 by BurntSushi Loading…
[ty] Smaller refactors to server API in prep for notebook support internal An internal refactor or improvement server Related to the LSP server ty Multi-file analysis & type inference
#21095 opened Oct 27, 2025 by MichaReiser Loading…
[airflow] warning airflow....DAG.create_dagrun has been removed (AIR301) rule Implementing or modifying a lint rule
#21093 opened Oct 27, 2025 by Lee-W Loading…
[ruff-ecosystem] Fix CLI crash on Python 3.14 internal An internal refactor or improvement
#21092 opened Oct 27, 2025 by danparizher Loading…
[flynt] Fix static-join-to-f-string when mixing raw and non-raw strings (FLY002) bug Something isn't working fixes Related to suggested fixes for violations
#21087 opened Oct 27, 2025 by danparizher Loading…
Extend support for Path.Open in FURB103
#21080 opened Oct 26, 2025 by 11happy Loading…
[ruff] Implement nested-annotated-type (RUF066) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#21079 opened Oct 26, 2025 by wilt00 Loading…
[ty] Infer arguments of generic calls with declared type context ty Multi-file analysis & type inference
#21071 opened Oct 25, 2025 by ibraheemdev Loading…
[ty] Prefer declared type of generic classes ecosystem-analyzer ty Multi-file analysis & type inference
#21070 opened Oct 25, 2025 by ibraheemdev Draft
[ruff] Suppress strings with backslashes in interpolations before Python 3.12 (RUF027) bug Something isn't working fixes Related to suggested fixes for violations
#21069 opened Oct 24, 2025 by danparizher Loading…
[ty] Update "constraint implication" relation to work on constraints between two typevars internal An internal refactor or improvement ty Multi-file analysis & type inference
#21068 opened Oct 24, 2025 by dcreager Loading…
ProTip! Exclude everything labeled bug with -label:bug.