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
charlie/ast-grep
ruff
/
resources
/
test
/
fixtures
/
C409.py
11 lines
107 B
Python
Raw
Permalink
Blame
History
t1
=
tuple
(
[
]
)
t2
=
tuple
(
[
1
,
2
]
)
t3
=
tuple
(
(
1
,
2
)
)
t4
=
tuple
(
[
1
,
2
]
)
t5
=
tuple
(
(
1
,
2
)
)
Reference in New Issue
View Git Blame
Copy Permalink