-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UP035 --fix not working for Deque #3510
Labels
fixes
Related to suggested fixes for violations
Comments
|
Yeah we can't fix this right now -- but, in theory, we should be able to. |
Ah, I didn't know about #835, but I understand this issue depends on that. Thanks for the info 👍🏻 |
This is the full list of
|
The rewrites that don't require renames are already handled by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
ruff --fix test.py
(Ruff 0.0.255), it doesn't change theDeque
todeque
However, interestingly, if we replace
Deque
withList
, it does change tolist
The text was updated successfully, but these errors were encountered: