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
b51a080a44
ruff
/
resources
/
test
/
fixtures
/
C405.py
6 lines
71 B
Python
Raw
Blame
History
s1
=
set
(
[
1
,
2
]
)
s2
=
set
(
(
1
,
2
)
)
s3
=
set
(
[
]
)
s4
=
set
(
(
)
)
s5
=
set
(
)
Reference in New Issue
View Git Blame
Copy Permalink