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

[syntax-errors] Irrefutable case pattern before final case preview Related to preview mode features rule Implementing or modifying a lint rule
#16905 opened Mar 21, 2025 by ntBre Loading…
Implement flat width limits for comprehensions formatter Related to the formatter needs-decision Awaiting a decision from a maintainer
#16902 opened Mar 21, 2025 by aronhoff Loading…
[red-knot] Goto type definition red-knot Multi-file analysis & type inference
#16901 opened Mar 21, 2025 by MichaReiser Draft
2 tasks
[red-knot] Do not emit invalid-return-type for abstract functions red-knot Multi-file analysis & type inference
#16900 opened Mar 21, 2025 by InSyncWithFoo Loading…
[red-knot] Support calling a typing.Callable red-knot Multi-file analysis & type inference
#16888 opened Mar 21, 2025 by dhruvmanila Loading…
[red-knot] Fix gradual equivalence for callable types red-knot Multi-file analysis & type inference
#16887 opened Mar 21, 2025 by dhruvmanila Draft
[pylint] Avoid flattening nested min/max when outer call has single argument (PLW3301) bug Something isn't working rule Implementing or modifying a lint rule
#16885 opened Mar 21, 2025 by gopoto Draft
docs: Correct collections-named-tuple example to use PascalCase assignment documentation Improvements or additions to documentation
#16884 opened Mar 21, 2025 by gopoto Draft
[ruff] Detect mutable defaults in dataclass field calls (RUF008) rule Implementing or modifying a lint rule
#16883 opened Mar 21, 2025 by gopoto Draft
[red-knot] Introduce ArbitraryRule for property tests red-knot Multi-file analysis & type inference
#16862 opened Mar 20, 2025 by cake-monotone Loading…
[red-knot] detect non-deferred self-references in annotations red-knot Multi-file analysis & type inference
#16861 opened Mar 20, 2025 by mtshiba Loading…
[red-knot] detect unreachable attribute assignments red-knot Multi-file analysis & type inference
#16852 opened Mar 19, 2025 by mtshiba Loading…
[red-knot] Check assignability for two callable types red-knot Multi-file analysis & type inference
#16845 opened Mar 19, 2025 by dhruvmanila Loading…
[ruff] implement IfKeyNotInDictAssign rule (RUF060) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#16775 opened Mar 16, 2025 by alex-700 Loading…
[flake8-tidy-imports] Implement relative-sibling-imports (TID254) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#16772 opened Mar 15, 2025 by noirbizarre Loading…
[red-knot] Add custom __setattr__ support red-knot Multi-file analysis & type inference
#16748 opened Mar 14, 2025 by sharkdp Draft
[perflint] implement quick-fix for manual-dict-comprehension (PERF403) fixes Related to suggested fixes for violations
#16719 opened Mar 14, 2025 by w0nder1ng Loading…
[red-knot] Factor out shared unpacking logic red-knot Multi-file analysis & type inference
#16595 opened Mar 10, 2025 by ericmarkmartin Draft
[isort] Only infer subpackages of namespace packages as first-party bug Something isn't working isort Related to import sorting rule Implementing or modifying a lint rule
#16565 opened Mar 8, 2025 by dylwil3 Draft
Create TypeVarInstance type for legacy typevars red-knot Multi-file analysis & type inference
#16538 opened Mar 6, 2025 by dcreager Draft
[red-knot] Add __init__ arguments check when doing try_call on a class literal red-knot Multi-file analysis & type inference
#16512 opened Mar 5, 2025 by mishamsk Loading…
Add new rule InEmptyCollection rule Implementing or modifying a lint rule
#16480 opened Mar 3, 2025 by naslundx Loading…
ProTip! Exclude everything labeled bug with -label:bug.