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
/
F634.py
11 lines
122 B
Python
Raw
Blame
History
if
(
1
,
2
)
:
pass
for
_
in
range
(
5
)
:
if
True
:
pass
elif
(
3
,
4
)
:
pass
elif
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink