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
/
F622.py
4 lines
64 B
Python
Raw
Blame
History
*
a
,
*
b
,
c
=
(
1
,
2
,
3
)
*
a
,
b
,
c
=
(
1
,
2
,
3
)
a
,
b
,
*
c
=
(
1
,
2
,
3
)
Reference in New Issue
View Git Blame
Copy Permalink