Skip to content

Issues: astral-sh/ruff

Beta
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
Assigned to nobody Loading
Sort

Issues list

Warn about error being related to a deprecated rule question Asking for support or clarification
#18349 opened May 28, 2025 by Andrej730
C4 docs incorrectly label known issue documentation Improvements or additions to documentation
#18346 opened May 28, 2025 by AntiSol
New rule del-attr-with-constant rule Implementing or modifying a lint rule
#18338 opened May 27, 2025 by janosh
Warn on multiple config files wish Not on the current roadmap; maybe in the future
#18332 opened May 27, 2025 by timhoffm
unnecessary-literal-set (C405): also warn about set({}) needs-design Needs further design before implementation rule Implementing or modifying a lint rule
#18331 opened May 27, 2025 by bluetech
PYI041 fixes None | int | None | float to None | None | float bug Something isn't working fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#18298 opened May 25, 2025 by dscorbett
Sorted typing.Literal Values Rule needs-design Needs further design before implementation rule Implementing or modifying a lint rule
#18279 opened May 23, 2025 by TimothyWillard
Is it possible to not highlight things that can be autofixed needs-design Needs further design before implementation server Related to the LSP server wish Not on the current roadmap; maybe in the future
#18278 opened May 23, 2025 by tolomea
Rule Request: Check for Useless continue at end of for loop rule Implementing or modifying a lint rule
#18268 opened May 23, 2025 by collinanderson
Add an option for COM812 to disable for single-argument functions? configuration Related to settings and configuration needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#18258 opened May 22, 2025 by davidt
custom-type-var-for-self (PYI019): misses types in quotes cls: "type[_S]" rule Implementing or modifying a lint rule
#18257 opened May 22, 2025 by collinanderson
Add rule to enforce blank line before control blocks (if/for/while/etc.) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#18255 opened May 22, 2025 by MathieuLoutre
Feedback on E116 (preview rule) question Asking for support or clarification
#18248 opened May 22, 2025 by dimaqq
Add torch.Tensor.requires_grad_ to flake8-boolean-trap allowlist question Asking for support or clarification
#18247 opened May 21, 2025 by danra
Recent I001 rule changes conflict with custom C++ extensions needs-mre Needs more information for reproduction
#18240 opened May 21, 2025 by JackAshwell11
Warn against use of .__annotations__ (in many circumstances) rule Implementing or modifying a lint rule
#18236 opened May 21, 2025 by JelleZijlstra
Prefer copy.replace over dataclasses.replace (3.13) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#18229 opened May 20, 2025 by Jeremiah-England
New lint rule to prevent mis-nesting contextlib.ExitStack needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#18225 opened May 20, 2025 by Zac-HD
SIM105 fix changes behavior for except (): and except: bug Something isn't working fixes Related to suggested fixes for violations help wanted Contributions especially welcome
#18209 opened May 19, 2025 by dscorbett
Speed up caching performance Potential performance improvement
#18198 opened May 19, 2025 by ntBre
sys.version_info.major not flagged by UP036 rule Implementing or modifying a lint rule
#18165 opened May 18, 2025 by mxr
ProTip! Exclude everything labeled bug with -label:bug.