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

Red Knot Playground red-knot Multi-file analysis & type inference
#12681 opened Aug 5, 2024 by MichaReiser Draft
[pylint] Implement consider-using-assignment-expr (R6103) preview Related to preview mode features rule Implementing or modifying a lint rule
#13196 opened Sep 1, 2024 by vincevannoort Loading…
[pylint] - Implement too-few-public-methods rule (PLR0903) accepted Ready for implementation rule Implementing or modifying a lint rule
#9601 opened Jan 21, 2024 by diceroll123 Loading…
[flake8-todo] - Align TD003 with the VSCode Github PR extension rule Implementing or modifying a lint rule
#9627 opened Jan 23, 2024 by MartinBernstorff Loading…
[pylint] Implement redefined-slots-in-subclass (W0244) accepted Ready for implementation preview Related to preview mode features rule Implementing or modifying a lint rule
#9640 opened Jan 25, 2024 by tsugumi-sys Loading…
[ruff] Implement missing await for coroutine (RUF028) accepted Ready for implementation preview Related to preview mode features rule Implementing or modifying a lint rule
#9911 opened Feb 9, 2024 by mikeleppane Loading…
[flake8-unused-arguments] Add fixes for ARG001->ARG005
#10321 opened Mar 10, 2024 by GtrMo Loading…
[pylint] Implement global-variable-undefined (W0601) preview Related to preview mode features rule Implementing or modifying a lint rule
#10820 opened Apr 7, 2024 by tibor-reiss Loading…
[ruff] Re-implement unreachable
#10891 opened Apr 11, 2024 by augustelalande Loading…
[red-knot] Autoformat mdtest Python snippets using blacken-docs red-knot Multi-file analysis & type inference
#13809 opened Oct 18, 2024 by AlexWaygood Loading…
[pyflakes] Treat if TYPE_CHECKING blocks like stub files for F821 bug Something isn't working linter Related to the linter
#11262 opened May 3, 2024 by AlexWaygood Draft
Flag B018 for strings and f-strings which aren't docstrings bug Something isn't working
#11302 opened May 6, 2024 by dhruvmanila Loading…
Split UP007 Union and Optional to two individual rules
#11379 opened May 12, 2024 by blueraft Loading…
2 of 3 tasks
v0.8
Update contributing guide for newcomers documentation Improvements or additions to documentation
#11517 opened May 23, 2024 by ekohilas Loading…
Upgrade annotation snippet
#11618 opened May 30, 2024 by MichaReiser Draft
Implement ForVariableUsedAfterBlock (based on wemake_python_styleguide ControlVarUsedAfterBlockViolation WPS441) needs-decision Awaiting a decision from a maintainer preview Related to preview mode features rule Implementing or modifying a lint rule
#11769 opened Jun 6, 2024 by MadLittleMods Loading…
quote annotations that already contain quotes rule Implementing or modifying a lint rule
#11811 opened Jun 9, 2024 by Glyphack Loading…
[flake8-bugbear] Implement quoted-fstring-value (B907) preview Related to preview mode features rule Implementing or modifying a lint rule
#11977 opened Jun 21, 2024 by alexcdennis Loading…
Flag mutable defaults based on mutable annotations rule Implementing or modifying a lint rule
#11122 opened Apr 24, 2024 by charliermarsh Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.