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

Multiplication of list containing mutable elements rule Implementing or modifying a lint rule
#12115 opened Jun 30, 2024 by hauntsaninja
Command for Initializing Ruff Configuration cli Related to the command-line interface needs-decision Awaiting a decision from a maintainer
#12111 opened Jun 30, 2024 by erickguan
RUF025 duplicates unimplemented rule C420 rule Implementing or modifying a lint rule
#12110 opened Jun 30, 2024 by tjkuson v0.6
New check: B040 help wanted Contributions especially welcome rule Implementing or modifying a lint rule
#12097 opened Jun 29, 2024 by Zac-HD
Ruff extension for Visual Studio Code not show error E501 (line-too-long) needs-info More information is needed from the issue author
#12096 opened Jun 28, 2024 by alejandro-kid
UP036 multiple conditions false negative rule Implementing or modifying a lint rule
#12093 opened Jun 28, 2024 by gamer191
generate-shell-completion is a valid ruff command, but is not listed in ruff help cli Related to the command-line interface needs-decision Awaiting a decision from a maintainer
#12092 opened Jun 28, 2024 by tpgillam
UP037 with torchtyping can be annoying
#12082 opened Jun 28, 2024 by fsouza
Exempting certain classes/methods from various things rule Implementing or modifying a lint rule
#12076 opened Jun 27, 2024 by benjamin-kirkbride
PLW1514: extend or change autofix with encoding="utf-8" fixes Related to suggested fixes for violations rule Implementing or modifying a lint rule
#12069 opened Jun 27, 2024 by xmo-odoo
Check MANIFEST.in multifile-analysis Requires analysis across multiple files plugin Implementing a known but unsupported plugin
#12066 opened Jun 27, 2024 by bersace
Bug: PLR1714 auto-fix with multiple conditions bug Something isn't working fixes Related to suggested fixes for violations
#12062 opened Jun 27, 2024 by Spectre5
[FALSE NEGATIVE] "S608 Possible SQL injection" bug Something isn't working rule Implementing or modifying a lint rule
#12044 opened Jun 26, 2024 by mpolyakov-plutoflume
Remove tab-size setting configuration Related to settings and configuration
#12041 opened Jun 26, 2024 by MichaReiser v0.6
Remove output-format=text cli Related to the command-line interface
#12040 opened Jun 26, 2024 by MichaReiser v0.6
Add asyncio and anyio support to ASYNC1XX rule Implementing or modifying a lint rule
#12039 opened Jun 26, 2024 by MichaReiser
Deprecate or un-deprecate extend-ignore and extend-unfixable cli Related to the command-line interface configuration Related to settings and configuration
#12014 opened Jun 24, 2024 by MichaReiser
new rule - enforce that strings passed to exceptions have a variable in them rule Implementing or modifying a lint rule
#11979 opened Jun 22, 2024 by DetachHead
ruff check needs --range wish Not on the current roadmap; maybe in the future
#11969 opened Jun 21, 2024 by cam-laf
TCH010 False positive when one argument is a TypeVar. bug Something isn't working type-inference Requires more advanced type inference.
#11965 opened Jun 21, 2024 by randolf-scholz
ruff with --diff exits 0 on errors with no diffs cli Related to the command-line interface
#11955 opened Jun 20, 2024 by wyardley
ProTip! Exclude everything labeled bug with -label:bug.