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
/
C406.py
6 lines
81 B
Python
Raw
Blame
History
d1
=
dict
(
[
(
1
,
2
)
]
)
d2
=
dict
(
(
(
1
,
2
)
,
)
)
d3
=
dict
(
[
]
)
d4
=
dict
(
(
)
)
d5
=
dict
(
)
Reference in New Issue
View Git Blame
Copy Permalink