Skip to content

Issues: astral-sh/ruff

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

PYI061 fixes Literal[None,] | Literal[None,] to None | None bug Something isn't working fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#16177 opened Feb 15, 2025 by dscorbett
RUF012 does not respect type aliases bug Something isn't working type-inference Requires more advanced type inference.
#16174 opened Feb 15, 2025 by marcuslimdw
[red-knot] how should assert_type handle the float/complex special case? red-knot Multi-file analysis & type inference
#16171 opened Feb 14, 2025 by carljm
Reimplement additional mypy error codes red-knot Multi-file analysis & type inference
#16165 opened Feb 14, 2025 by ngnpope
PLW3301 false positive if outer call has one argument and inner call has multiple arguments bug Something isn't working help wanted Contributions especially welcome rule Implementing or modifying a lint rule
#16163 opened Feb 14, 2025 by dscorbett
[red-knot] Consider __all__ for re-export convention red-knot Multi-file analysis & type inference
#16159 opened Feb 14, 2025 by dhruvmanila
[red-knot] Add implicit-reexport rule for runtime files red-knot Multi-file analysis & type inference
#16158 opened Feb 14, 2025 by dhruvmanila
Non-idempotent comment movement for ((x) # comment here ...) with parens and 3+ lines bug Something isn't working formatter Related to the formatter great writeup A wonderful example of a quality contribution
#16151 opened Feb 14, 2025 by huonw
Parse error AST lacks identifiers parser Related to the parser
#16140 opened Feb 13, 2025 by ndmitchell
RUF054 checks only the first form feed on a physical line bug Something isn't working preview Related to preview mode features
#16139 opened Feb 13, 2025 by dscorbett
RUF038 Surprising fix for Literal[True, False] in functions with overloads rule Implementing or modifying a lint rule
#16129 opened Feb 12, 2025 by Geo5
Rule to force var = <default> if value is None else value instead of var = value or <default> for value: int | None = None needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#16107 opened Feb 11, 2025 by adriangb
Deny f-string needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#16103 opened Feb 11, 2025 by danmur97
Refer to rules in settings documentation documentation Improvements or additions to documentation
#16095 opened Feb 11, 2025 by DaniBodor
[red-knot] Warn about too old python-version red-knot Multi-file analysis & type inference
#16094 opened Feb 11, 2025 by MichaReiser
Ruff extension error while trying to find the Ruff binary in VS Code. question Asking for support or clarification
#16086 opened Feb 10, 2025 by krave1986
[red-knot] Disjointness of complements red-knot Multi-file analysis & type inference
#16085 opened Feb 10, 2025 by sharkdp
Unify OperatorPrecedence enums help wanted Contributions especially welcome internal An internal refactor or improvement
#16071 opened Feb 10, 2025 by MichaReiser
1 of 2 tasks
PLC2801 fix ignores the expression’s syntactic context bug Something isn't working fixes Related to suggested fixes for violations
#16053 opened Feb 9, 2025 by dscorbett
Add --selector option for ruff rule needs-decision Awaiting a decision from a maintainer
#16030 opened Feb 8, 2025 by InSyncWithFoo
Red Knot's diagnostic range is off when the line is indented with tabs bug Something isn't working diagnostics Related to reporting of diagnostics. red-knot Multi-file analysis & type inference
#15983 opened Feb 6, 2025 by InSyncWithFoo
ProTip! Exclude everything labeled bug with -label:bug.