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

PLW1507 fix should be marked unsafe fixes Related to suggested fixes for violations
#16274 opened Feb 20, 2025 by dscorbett
[red-knot] Incorrect error message when iterating over an object that has an __iter__ method that might not return an object with a __next__ method bug Something isn't working diagnostics Related to reporting of diagnostics. red-knot Multi-file analysis & type inference
#16272 opened Feb 20, 2025 by AlexWaygood
Suppress deprecated setting warnings without removing other useful info cli Related to the command-line interface
#16270 opened Feb 20, 2025 by smackesey
Avoid indexing the project if config preference is editorOnly help wanted Contributions especially welcome server Related to the LSP server
#16267 opened Feb 20, 2025 by dhruvmanila
Playground counts each non-BMP code point as two code points bug Something isn't working playground A playground-specific issue
#16266 opened Feb 19, 2025 by dscorbett
Add rule to enforce reason and raises parameters in pytest.mark.xfail rule Implementing or modifying a lint rule
#16260 opened Feb 19, 2025 by kosdmit
[red-knot] add support for inline diagnostic snapshotting for mdtest diagnostics Related to reporting of diagnostics. help wanted Contributions especially welcome internal An internal refactor or improvement red-knot Multi-file analysis & type inference testing Related to testing Ruff itself
#16255 opened Feb 19, 2025 by BurntSushi
Allow # noqa: SIM103 on last return needs-decision Awaiting a decision from a maintainer needs-design Needs further design before implementation suppression Related to supression of violations e.g. noqa
#16250 opened Feb 19, 2025 by JKE-be
[red-knot] Check the return type of dunder methods red-knot Multi-file analysis & type inference
#16249 opened Feb 19, 2025 by MichaReiser Red Knot Q1 2025
module-import-not-at-top-of-file (E402) - missing support for site.addsitedir() help wanted Contributions especially welcome rule Implementing or modifying a lint rule
#16247 opened Feb 19, 2025 by Sarcasm
Ruff rule suggestion: warn for useless f-strings rule Implementing or modifying a lint rule type-inference Requires more advanced type inference.
#16246 opened Feb 19, 2025 by Datamine
Upgrade the host machine for the release workflow release Related to the release process upstream An upstream dependency is involved
#16244 opened Feb 19, 2025 by dhruvmanila
[B903] Preview rule feedback preview Related to preview mode features rule Implementing or modifying a lint rule
#16243 opened Feb 19, 2025 by mikeshardmind
[red-knot] design how we want to use sub-diagnostics diagnostics Related to reporting of diagnostics. red-knot Multi-file analysis & type inference
#16241 opened Feb 18, 2025 by carljm
C408 fix changes behavior for non-NFKC identifier bug Something isn't working fixes Related to suggested fixes for violations
#16234 opened Feb 18, 2025 by dscorbett
Remove log notification for server debug info server Related to the LSP server
#16225 opened Feb 18, 2025 by dhruvmanila v0.10
[Suggestion] Automatically replace "Class" with Self from typing rule Implementing or modifying a lint rule
#16223 opened Feb 18, 2025 by montanarograziano
PLE0302 has false positives and false negatives bug Something isn't working help wanted Contributions especially welcome
#16217 opened Feb 17, 2025 by dscorbett
Add a new configurationPreference value filesystemOnly needs-decision Awaiting a decision from a maintainer server Related to the LSP server
#16209 opened Feb 17, 2025 by dhruvmanila
UP029 triggers if import redefines previous import bug Something isn't working
#16182 opened Feb 16, 2025 by injust
PYI061 fixes Literal[None,] | Literal[None,] to None | None bug Something isn't working fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#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
ProTip! Type g i on any issue or pull request to go back to the issue listing page.