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
00b3663b2d
ruff
/
foo.py
3 lines
62 B
Python
Raw
Blame
History
if
x
.
startswith
(
(
"
a
"
,
"
b
"
)
)
or
re
.
match
(
r
"
a
\
.b
"
,
x
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink