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
gankra/script
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
pyflakes
/
F634.py
16 lines
162 B
Python
Raw
Permalink
Blame
History
if
(
1
,
2
)
:
pass
if
(
3
,
4
)
:
pass
elif
foo
:
pass
for
_
in
range
(
5
)
:
if
True
:
pass
elif
(
3
,
4
)
:
pass
elif
(
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink