This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c384fa513b
ruff
/
resources
/
test
/
fixtures
/
C410.py
5 lines
64 B
Python
Raw
Blame
History
l1
=
list
(
[
1
,
2
]
)
l2
=
list
(
(
1
,
2
)
)
l3
=
list
(
[
]
)
l4
=
list
(
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink