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
Sort

Pull requests list

Clarify that D417 only checks docstrings with an arguments section documentation Improvements or additions to documentation
#16494 opened Mar 4, 2025 by MichaReiser Loading…
[red-knot] Understand typing.Callable red-knot Multi-file analysis & type inference
#16493 opened Mar 4, 2025 by dhruvmanila Draft
2 tasks
[syntax-errors] Tuple unpacking in return and yield before Python 3.8 parser Related to the parser preview Related to preview mode features
#16485 opened Mar 3, 2025 by ntBre Loading…
Make noqa parsing consistent and more robust breaking Breaking API change do-not-merge Do not merge this pull request suppression Related to supression of violations e.g. noqa
#16483 opened Mar 3, 2025 by dylwil3 Draft v0.10
[syntax-errors] Parenthesized keyword arguments after Python 3.8 parser Related to the parser preview Related to preview mode features
#16482 opened Mar 3, 2025 by ntBre Loading…
[syntax-errors] Positional-only parameters before Python 3.8 parser Related to the parser preview Related to preview mode features
#16481 opened Mar 3, 2025 by ntBre Loading…
Add new rule InEmptyCollection rule Implementing or modifying a lint rule
#16480 opened Mar 3, 2025 by naslundx Loading…
[syntax-errors] Type parameter lists before Python 3.12 parser Related to the parser preview Related to preview mode features
#16479 opened Mar 3, 2025 by ntBre Loading…
[syntax-errors] type statements before Python 3.12 parser Related to the parser preview Related to preview mode features
#16478 opened Mar 3, 2025 by ntBre Loading…
[syntax-errors] Limit except* range to * parser Related to the parser preview Related to preview mode features
#16473 opened Mar 3, 2025 by ntBre Loading…
[red-knot] Support unpacking with target red-knot Multi-file analysis & type inference
#16469 opened Mar 3, 2025 by ericmarkmartin Draft
[red-knot] respect TYPE_CHECKING even if not imported from typing red-knot Multi-file analysis & type inference
#16468 opened Mar 3, 2025 by mtshiba Loading…
Bump alpine default tag to 3.21 breaking Breaking API change
#16456 opened Mar 2, 2025 by samypr100 Loading… v0.10
[Ruff] Fix RUF054 bug Something isn't working preview Related to preview mode features
#16452 opened Mar 1, 2025 by VascoSch92 Draft
[flake8-bugbear] Add async-lru and aiocache decorators to the B019 rule checker breaking Breaking API change needs-decision Awaiting a decision from a maintainer
#16450 opened Mar 1, 2025 by LuckySting Loading…
[syntax-errors] Type parameter defaults before Python 3.13 parser Related to the parser preview Related to preview mode features
#16447 opened Feb 28, 2025 by ntBre Loading…
[red-knot] Rework Type::to_instance() to return Option<Type> red-knot Multi-file analysis & type inference
#16428 opened Feb 28, 2025 by AlexWaygood Loading…
[red-knot] Attribute access and the descriptor protocol red-knot Multi-file analysis & type inference
#16416 opened Feb 27, 2025 by sharkdp Draft
5 of 9 tasks
[syntax-errors] Unparenthesized assignment expressions in sets and indexes parser Related to the parser preview Related to preview mode features
#16404 opened Feb 26, 2025 by ntBre Loading…
[syntax-errors] Named expressions in decorators before Python 3.9 parser Related to the parser preview Related to preview mode features
#16386 opened Feb 26, 2025 by ntBre Loading…
[red-knot] Detect version-related syntax errors red-knot Multi-file analysis & type inference
#16379 opened Feb 25, 2025 by ntBre Draft
Fallback to requires-python in certain cases when target-version is not found breaking Breaking API change configuration Related to settings and configuration do-not-merge Do not merge this pull request
#16319 opened Feb 22, 2025 by dylwil3 Loading… v0.10
[red-knot] Support TypeGuard and TypeIs red-knot Multi-file analysis & type inference
#16314 opened Feb 22, 2025 by InSyncWithFoo Draft
[ruff] Recognize ClassVar from superclasses correctly (RUF045) bug Something isn't working
#16299 opened Feb 21, 2025 by InSyncWithFoo Loading…
Auto generate ast expression nodes internal An internal refactor or improvement
#16285 opened Feb 20, 2025 by Glyphack Loading…
ProTip! Exclude everything labeled bug with -label:bug.