mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-20 04:29:47 +00:00
Remove CST-based fixers for C405 and C409 (#9821)
This commit is contained in:
parent
c5fa0ccffb
commit
a6bc4b2e48
6 changed files with 170 additions and 195 deletions
|
|
@ -8,3 +8,11 @@ t4 = tuple([
|
|||
t5 = tuple(
|
||||
(1, 2)
|
||||
)
|
||||
|
||||
tuple( # comment
|
||||
[1, 2]
|
||||
)
|
||||
|
||||
tuple([ # comment
|
||||
1, 2
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue