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

[red-knot] support typing.NoReturn and typing.Never in annotations red-knot Multi-file analysis & type inference
#14558 opened Nov 23, 2024 by Glyphack
Checking file with rule TC006 cause panic bug Something isn't working
#14554 opened Nov 23, 2024 by qarmin
RUF022 autofix should be marked unsafe if there are own-line comments between __all__ items fixes Related to suggested fixes for violations
#14552 opened Nov 23, 2024 by phil65
[red-knot] support narrowing on if x and if not x red-knot Multi-file analysis & type inference
#14550 opened Nov 22, 2024 by carljm
[red-knot] remove TODO catch-all case in infer_binary_expression red-knot Multi-file analysis & type inference
#14549 opened Nov 22, 2024 by carljm
[red-knot] remove TODO catch-all case in infer_unary_expression red-knot Multi-file analysis & type inference
#14548 opened Nov 22, 2024 by carljm
[red-knot] support narrowing on bool(E) red-knot Multi-file analysis & type inference
#14547 opened Nov 22, 2024 by carljm
[red-knot] support type[Any] red-knot Multi-file analysis & type inference
#14546 opened Nov 22, 2024 by carljm
[red-knot] understand type[a.X] in a type expression red-knot Multi-file analysis & type inference
#14545 opened Nov 22, 2024 by carljm
[red-knot] support typing.Any in annotations red-knot Multi-file analysis & type inference
#14544 opened Nov 22, 2024 by carljm
TC003’s rewritten annotations have syntax errors and type-checking problems bug Something isn't working fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#14538 opened Nov 22, 2024 by dscorbett
Request: More autofixes for redundant-none-literal/PYI061 accepted Ready for implementation fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#14537 opened Nov 22, 2024 by Avasam
More rules out of stub author's control accepted Ready for implementation help wanted Contributions especially welcome rule Implementing or modifying a lint rule
#14535 opened Nov 22, 2024 by Samuel-Therrien-Beslogic
DOC501 should not raise on ImportError docstring Related to docstring linting or formatting
#14534 opened Nov 22, 2024 by Matt-Ord
redirected-noqa (RUF101) does not detect file-level # ruff: noqa comments bug Something isn't working help wanted Contributions especially welcome
#14531 opened Nov 22, 2024 by AlexWaygood
B039 considers frozenset to be mutable bug Something isn't working
#14525 opened Nov 22, 2024 by layday
[red-knot] Properly handle gradual types in subtyping/equivalence relations bug Something isn't working red-knot Multi-file analysis & type inference
#14524 opened Nov 22, 2024 by sharkdp
6 tasks
RUF035 (unsafe-markup-use) can be noisy and would benefit from a whitelist preview Related to preview mode features rule Implementing or modifying a lint rule
#14523 opened Nov 22, 2024 by ThiefMaster
Rule suggestion: Convert list.extend([x]) to list.append(x) rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#14518 opened Nov 22, 2024 by NeilGirdhar
Please host the output of ruff rules -all --output-format json on the docs website somewhere wish Not on the current roadmap; maybe in the future
#14506 opened Nov 21, 2024 by onerandomusername
B024: false negative with annotated, unassigned instance variables of a class needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#14503 opened Nov 20, 2024 by cmp0xff
bug/surprise: adding an empty ruff.toml affects how import rules behaves question Asking for support or clarification
#14497 opened Nov 20, 2024 by kaddkaka
Extend docstring-missing-exception to empty exception description (DOC501) docstring Related to docstring linting or formatting rule Implementing or modifying a lint rule
#14494 opened Nov 20, 2024 by sbrugman
ProTip! Exclude everything labeled bug with -label:bug.