-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
PYI061 fixes Something isn't working
fixes
Related to suggested fixes for violations
help wanted
Contributions especially welcome
Literal[None,] | Literal[None,]
to None | None
bug
#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] accessing an instance member can cause cross-module AST dependency
red-knot
Multi-file analysis & type inference
[red-knot] how should Multi-file analysis & type inference
assert_type
handle the float/complex special case?
red-knot
#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 Multi-file analysis & type inference
__all__
for re-export convention
red-knot
#16159
opened Feb 14, 2025 by
dhruvmanila
[red-knot] Add Multi-file analysis & type inference
implicit-reexport
rule for runtime files
red-knot
#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
#16129
opened Feb 12, 2025 by
Geo5
[red-knot] Multi-file analysis & type inference
CallDunderResult::return_type
should return outcome.return_type
for PossiblyUndefined
variant
red-knot
#16123
opened Feb 12, 2025 by
MichaReiser
Rule to force Awaiting a decision from a maintainer
rule
Implementing or modifying a lint rule
type-inference
Requires more advanced type inference.
var = <default> if value is None else value
instead of var = value or <default>
for value: int | None = None
needs-decision
#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 Contributions especially welcome
internal
An internal refactor or improvement
OperatorPrecedence
enums
help wanted
#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
B023 rule incorrectly flags loop variables in cases where closures intentionally and correctly capture loop variables
needs-info
More information is needed from the issue author
#16046
opened Feb 8, 2025 by
gweidart
Add Awaiting a decision from a maintainer
--selector
option for ruff rule
needs-decision
#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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.