-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
flake8-bugbear.extend-immutable-calls
does not work with relative imports in sub-packages
#18358
opened May 28, 2025 by
JuneStepp
Add exception to E501 for very long internal Sphinx references
#18354
opened May 28, 2025 by
user27182
ignore configuration from pyproject.toml is ignored when using --select from the CLI
question
Asking for support or clarification
#18352
opened May 28, 2025 by
YoniPrv
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 Implementing or modifying a lint rule
del-attr-with-constant
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 Needs further design before implementation
rule
Implementing or modifying a lint rule
set({})
needs-design
#18331
opened May 27, 2025 by
bluetech
Add
torch.nn.functional as F
to flake8-import-conventions aliases
#18310
opened May 26, 2025 by
IlanCosman
PYI041 fixes Something isn't working
fixes
Related to suggested fixes for violations
help wanted
Contributions especially welcome
None | int | None | float
to None | None | float
bug
#18298
opened May 25, 2025 by
dscorbett
Sorted Needs further design before implementation
rule
Implementing or modifying a lint rule
typing.Literal
Values Rule
needs-design
#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 Implementing or modifying a lint rule
continue
at end of for
loop
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 Implementing or modifying a lint rule
cls: "type[_S]"
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 Asking for support or clarification
torch.Tensor.requires_grad_
to flake8-boolean-trap
allowlist
question
#18247
opened May 21, 2025 by
danra
Recent Needs more information for reproduction
I001
rule changes conflict with custom C++ extensions
needs-mre
#18240
opened May 21, 2025 by
JackAshwell11
Warn against use of Implementing or modifying a lint rule
.__annotations__
(in many circumstances)
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 Awaiting a decision from a maintainer
rule
Implementing or modifying a lint rule
contextlib.ExitStack
needs-decision
#18225
opened May 20, 2025 by
Zac-HD
SIM105 fix changes behavior for Something isn't working
fixes
Related to suggested fixes for violations
help wanted
Contributions especially welcome
except ():
and except:
bug
#18209
opened May 19, 2025 by
dscorbett
sys.version_info.major
not flagged by UP036
rule
#18165
opened May 18, 2025 by
mxr
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.