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

Add missing rule code comments internal An internal refactor or improvement
#18906 opened Jun 24, 2025 by MeGaGiGaGon Loading…
[flake8-future-annotations] Add autofix (FA100) fixes Related to suggested fixes for violations
#18903 opened Jun 23, 2025 by ntBre Loading…
[ty] Add property test generators for variable-length tuples testing Related to testing Ruff itself ty Multi-file analysis & type inference
#18901 opened Jun 23, 2025 by dcreager Loading…
[ty] Respect the gradual guarantee when narrowing using isinstance() and issubclass() ty Multi-file analysis & type inference
#18900 opened Jun 23, 2025 by AlexWaygood Loading…
[ruff] Fix introduces a syntax error for an empty string followed by a u-prefixed string (UP025) bug Something isn't working fixes Related to suggested fixes for violations
#18899 opened Jun 23, 2025 by lubaskinc0de Loading…
[ty] [WIP] Remove duplicate unpack diagnostics ty Multi-file analysis & type inference
#18890 opened Jun 23, 2025 by dhruvmanila Draft
[formatter] Fix missing blank lines before decorated classes in .pyi files (#18865) formatter Related to the formatter preview Related to preview mode features
#18888 opened Jun 23, 2025 by krikera Loading…
Setup renovate for dist-workspace.toml ci Related to internal CI tooling release Related to the release process
#18883 opened Jun 23, 2025 by MichaReiser Loading…
Fix f-string interpolation escaping
#18882 opened Jun 23, 2025 by MeGaGiGaGon Loading…
[flake8-errmsg] Extended EM101 to support byte strings rule Implementing or modifying a lint rule
#18867 opened Jun 22, 2025 by njhearp Loading…
[perflint] Fix panic in PERF401
#18866 opened Jun 22, 2025 by LaBatata101 Loading…
[ty] Improve handling of disjointness for NominalInstanceTypes and SubclassOfTypes ty Multi-file analysis & type inference
#18864 opened Jun 22, 2025 by AlexWaygood Loading…
[ty] Improve protocol member type checking and relation handling ty Multi-file analysis & type inference
#18847 opened Jun 21, 2025 by mtshiba Loading…
Apply fix availability and applicability when adding to DiagnosticGuard and remove NoqaCode::rule diagnostics Related to reporting of diagnostics. internal An internal refactor or improvement
#18834 opened Jun 20, 2025 by ntBre Loading…
[ty] Support dataclasses.InitVar ty Multi-file analysis & type inference
#18826 opened Jun 20, 2025 by InSyncWithFoo Draft
[ty] eliminate is_fully_static ty Multi-file analysis & type inference
#18799 opened Jun 19, 2025 by carljm Loading…
[flake8-use-pathlib] add autofix for PTH202 fixes Related to suggested fixes for violations
#18763 opened Jun 18, 2025 by chirizxc Loading…
[ty] Rename src.root setting to environment.root configuration Related to settings and configuration ty Multi-file analysis & type inference
#18760 opened Jun 18, 2025 by MichaReiser Loading…
Reapply "[ty] Offer "Did you mean...?" suggestions for unresolved from imports and unresolved attributes (#18705)" diagnostics Related to reporting of diagnostics. ty Multi-file analysis & type inference
#18751 opened Jun 18, 2025 by AlexWaygood Loading…
ProTip! Exclude everything labeled bug with -label:bug.