Skip to content

Pull requests: astral-sh/ruff

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

ruff server: Support noqa comment code action server Related to the LSP server
#11276 opened May 4, 2024 by snowsignal Loading…
[flake8-pyi] Implement PYI062
#11269 opened May 3, 2024 by tusharsadhwani Loading…
Refactor the ExprDict node internal An internal refactor or improvement
#11267 opened May 3, 2024 by AlexWaygood Loading…
ruff server: Editor settings are used by default if no file-based configuration exists bug Something isn't working server Related to the LSP server
#11266 opened May 3, 2024 by snowsignal 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
Remove cyclic dev dependency with the parser crate internal An internal refactor or improvement
#11261 opened May 3, 2024 by dhruvmanila Loading…
WIP: Make Lexer lazy
#11244 opened May 2, 2024 by dhruvmanila Draft
Expose TokenKind to the linter internal An internal refactor or improvement
#11237 opened May 2, 2024 by dhruvmanila Draft
[flake8-pyi] Implement PYI059
#11233 opened May 1, 2024 by tusharsadhwani Loading…
[red-knot] Integrate formatter internal An internal refactor or improvement
#11215 opened Apr 30, 2024 by MichaReiser Loading…
Update Rust crate unicode-width to v0.1.12 internal An internal refactor or improvement
#11194 opened Apr 29, 2024 by renovate bot Loading…
1 task
[refurb] implement repeated_global (FURB154) lint
#11187 opened Apr 28, 2024 by alex-700 Loading…
[red-knot] record dependencies when resolving across imports internal An internal refactor or improvement
#11176 opened Apr 27, 2024 by carljm Loading…
feat: distinguish * and ** in globs breaking Breaking API change configuration Related to settings and configuration
#11139 opened Apr 25, 2024 by JP-Ellis Loading… v0.5.0
Flag mutable defaults based on mutable annotations rule Implementing or modifying a lint rule
#11122 opened Apr 24, 2024 by charliermarsh Draft
Read user configuration from ~/.config/ruff/ruff.toml on macOS configuration Related to settings and configuration
#11115 opened Apr 23, 2024 by charliermarsh Loading… v0.5.0
Adapted fix to work identical to format bug Something isn't working rule Implementing or modifying a lint rule
#10999 opened Apr 17, 2024 by Philipp-Thiel Loading…
parens_for_long_if_clauses_in_case_block preview style formatter Related to the formatter preview Related to preview mode features
#10969 opened Apr 16, 2024 by MichaReiser Draft
ProTip! Exclude everything labeled bug with -label:bug.