-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
[red-knot] support Multi-file analysis & type inference
typing.NoReturn
and typing.Never
in annotations
red-knot
#14558
opened Nov 23, 2024 by
Glyphack
UP031 may be undesirable in raw strings and regular expressions
#14555
opened Nov 23, 2024 by
neutrinoceros
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 Related to suggested fixes for violations
__all__
items
fixes
#14552
opened Nov 23, 2024 by
phil65
[red-knot] support narrowing on Multi-file analysis & type inference
if x
and if not x
red-knot
#14550
opened Nov 22, 2024 by
carljm
[red-knot] remove TODO catch-all case in Multi-file analysis & type inference
infer_binary_expression
red-knot
#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 Ready for implementation
fixes
Related to suggested fixes for violations
help wanted
Contributions especially welcome
redundant-none-literal
/PYI061
accepted
#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
#14531
opened Nov 22, 2024 by
AlexWaygood
B039 considers Something isn't working
frozenset
to be mutable
bug
#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
RUF009
handles attrs
dataclasses with auto_attribs = False
incorrectly
#14519
opened Nov 22, 2024 by
InSyncWithFoo
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 Not on the current roadmap; maybe in the future
ruff rules -all --output-format json
on the docs website somewhere
wish
#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 Related to docstring linting or formatting
rule
Implementing or modifying a lint rule
docstring-missing-exception
to empty exception description (DOC501
)
docstring
#14494
opened Nov 20, 2024 by
sbrugman
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.