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] Improve memory usage red-knot Multi-file analysis & type inference
#15621 opened Jan 20, 2025 by MichaReiser Red Knot Q1 2025
Detect mix of generic type parameters and Generic subclass rule Implementing or modifying a lint 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 broken pipe when trying to calculate number of results in red_knot bug Something isn't working red-knot Multi-file analysis & type inference
#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 str.format call bug Something isn't working fixes Related to suggested fixes for violations
#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 Implementing or modifying a lint rule
#15554 opened Jan 17, 2025 by nickdrozd
TC001, TC002, TC003 - documentation mentions import cycles which is misleading documentation Improvements or additions to documentation
#15552 opened Jan 17, 2025 by DetachHead
[PYI] Suggest using typing.IO[bytes] instead of io.BytesIO. great writeup A wonderful example of a quality contribution rule Implementing or modifying a lint rule
#15532 opened Jan 16, 2025 by randolf-scholz
[red-knot] Rename environment.site-packages to python red-knot Multi-file analysis & type inference
#15530 opened Jan 16, 2025 by MichaReiser Red Knot Q1 2025
[red-knot] tuple & AlwaysFalsy should simplify to tuple[()] red-knot Multi-file analysis & type inference
#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] AlwaysTruthy | bool is equivalent to AlwaysTruthy | Literal[False] bug Something isn't working red-knot Multi-file analysis & type inference
#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
Support Python 3.14 python314 Related to Python 3.14
#15506 opened Jan 15, 2025 by InSyncWithFoo
ProTip! Exclude everything labeled bug with -label:bug.