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

Fixing file with rule F401 cause infinite loop bug Something isn't working fuzzer Surfaced via fuzzing.
#12570 opened Jul 29, 2024 by qarmin
Server doesn't consider a file with no extension bug Something isn't working server Related to the LSP server
#12539 opened Jul 26, 2024 by khufu1
When raising NotImplementedError , ARG002 and EM101 are incompatible. bug Something isn't working
#12427 opened Jul 21, 2024 by DaniBodor
loop-iterator-mutation (B909) - logic to determine whether the mutation is followed by a break statement is incorrect bug Something isn't working rule Implementing or modifying a lint rule
#12402 opened Jul 19, 2024 by DetachHead
Misleading error hint about unknown configuration file keys bug Something isn't working configuration Related to settings and configuration
#12359 opened Jul 17, 2024 by pradyunsg
False positive ASYNC109 when timeout goes to asyncio.timeout bug Something isn't working rule Implementing or modifying a lint rule
#12353 opened Jul 17, 2024 by jamesbraza
No error on logging.Logger.warn access [G010] bug Something isn't working type-inference Requires more advanced type inference.
#12295 opened Jul 12, 2024 by rominf
RUF012 false positive with annotations set as strings bug Something isn't working
#12288 opened Jul 11, 2024 by ZeeD
Mismatched diagnostics with and without cache with hierarchical configs bug Something isn't working cache Related to Ruff cache
#12264 opened Jul 10, 2024 by dhruvmanila
Native server does not respect .gitignore bug Something isn't working server Related to the LSP server
#12254 opened Jul 9, 2024 by dhruvmanila Ruff Server: Post-Stable
RUF100 should probably delete an entire comment noqa is part of bug Something isn't working fixes Related to suggested fixes for violations good first issue Good for newcomers help wanted Contributions especially welcome
#12251 opened Jul 9, 2024 by yury-fedotov
PLR6301 doesn't consider base class methods bug Something isn't working multifile-analysis Requires analysis across multiple files
#12172 opened Jul 3, 2024 by minusf
[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
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
False-positive for N811 for full-caps, but non-constant imports bug Something isn't working type-inference Requires more advanced type inference.
#11862 opened Jun 13, 2024 by L4rryFisherman
Formatter: deviation from black: dict key split to multiline breaking Breaking API change bug Something isn't working formatter Related to the formatter
#11857 opened Jun 13, 2024 by minusf
formatter deviation: line break not occurring on assignments where LHS goes over line-length bug Something isn't working formatter Related to the formatter style How should formatted code look
#11820 opened Jun 10, 2024 by jonathan-hill-visasq
PLE4703 false positive for loop statements with break bug Something isn't working
#11695 opened Jun 2, 2024 by Skylion007
Wrong fix for W605 in f-strings bug Something isn't working
#11491 opened May 22, 2024 by FreeHarry
False positive for list comprehension bug Something isn't working
#11482 opened May 21, 2024 by jontwo
ProTip! no:milestone will show everything without a milestone.