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
117fcb6936
ruff
/
resources
/
test
/
fixtures
/
pygrep-hooks
/
PGH001_0.py
10 lines
104 B
Python
Raw
Blame
History
from
ast
import
literal_eval
eval
(
"
3 + 4
"
)
literal_eval
(
{
1
:
2
}
)
def
fn
(
)
-
>
None
:
eval
(
"
3 + 4
"
)
Reference in New Issue
View Git Blame
Copy Permalink