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
00f82b11a9
ruff
/
resources
/
test
/
fixtures
/
E713.py
8 lines
117 B
Python
Raw
Blame
History
my_list
=
[
1
,
2
,
3
]
if
not
num
in
my_list
:
print
(
num
)
my_list
=
[
1
,
2
,
3
]
if
num
not
in
my_list
:
print
(
num
)
Reference in New Issue
View Git Blame
Copy Permalink