-
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
Detect mix of generic type parameters and Implementing or modifying a lint rule
Generic
subclass
rule
#15620
opened Jan 20, 2025 by
ntBre
SIM201 and SIM202 fixes should be marked unsafe
fixes
Related to suggested fixes for violations
#15619
opened Jan 20, 2025 by
dscorbett
Autodetect output format based on environment variables.
cli
Related to the command-line interface
#15614
opened Jan 20, 2025 by
MichaReiser
RUF057 fix introduces an error when the argument contains a newline
bug
Something isn't working
fixes
Related to suggested fixes for violations
#15598
opened Jan 20, 2025 by
dscorbett
Panic Something isn't working
red-knot
Multi-file analysis & type inference
broken pipe
when trying to calculate number of results in red_knot
bug
#15586
opened Jan 19, 2025 by
qarmin
Document fix safety
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Contributions especially welcome
#15584
opened Jan 19, 2025 by
dylwil3
71 tasks
EXE004 fix can activate an encoding declaration
bug
Something isn't working
fixes
Related to suggested fixes for violations
#15581
opened Jan 19, 2025 by
dscorbett
Allow max iteration override with environment variable
configuration
Related to settings and configuration
#15577
opened Jan 18, 2025 by
charliermarsh
Add fix safety docs for UP008
documentation
Improvements or additions to documentation
#15573
opened Jan 18, 2025 by
joecox
False positive PLE0302 with special methods as properties.
bug
Something isn't working
rule
Implementing or modifying a lint rule
#15572
opened Jan 18, 2025 by
mikeshardmind
PLR1702: Visually noisy diagnostic ranges
breaking
Breaking API change
diagnostics
Related to reporting of diagnostics.
needs-design
Needs further design before implementation
#15570
opened Jan 18, 2025 by
beauxq
[red-knot] Consistent suffixes for function names
red-knot
Multi-file analysis & type inference
#15569
opened Jan 18, 2025 by
sharkdp
F523 fix changes behavior by removing Something isn't working
fixes
Related to suggested fixes for violations
str.format
call
bug
#15557
opened Jan 17, 2025 by
dscorbett
Autofix for flake8-logging-format (G) rules
fixes
Related to suggested fixes for violations
#15555
opened Jan 17, 2025 by
justinchuby
SIM108
false negative when variable has type annotation
rule
#15554
opened Jan 17, 2025 by
nickdrozd
TC001
, TC002
, TC003
- documentation mentions import cycles which is misleading
documentation
#15552
opened Jan 17, 2025 by
DetachHead
[PYI] Suggest using A wonderful example of a quality contribution
rule
Implementing or modifying a lint rule
typing.IO[bytes]
instead of io.BytesIO
.
great writeup
#15532
opened Jan 16, 2025 by
randolf-scholz
[red-knot] Multi-file analysis & type inference
tuple & AlwaysFalsy
should simplify to tuple[()]
red-knot
#15528
opened Jan 16, 2025 by
AlexWaygood
Reduced readability reformatting around getitem
formatter
Related to the formatter
style
How should formatted code look
#15527
opened Jan 16, 2025 by
behrmann
Allow Self-Assignment of variable in TYPE_CHECKING block
docstring
Related to docstring linting or formatting
rule
Implementing or modifying a lint rule
#15526
opened Jan 16, 2025 by
spacemanspiff2007
[red-knot] Something isn't working
red-knot
Multi-file analysis & type inference
AlwaysTruthy | bool
is equivalent to AlwaysTruthy | Literal[False]
bug
#15513
opened Jan 15, 2025 by
AlexWaygood
fix parser diagnostic regression when the error points to an empty span immediately after a line terminator
bug
Something isn't working
diagnostics
Related to reporting of diagnostics.
#15510
opened Jan 15, 2025 by
BurntSushi
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.