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
charlie/ast-grep
ruff
/
resources
/
test
/
fixtures
/
F402.py
10 lines
96 B
Python
Raw
Permalink
Blame
History
import
os
import
os
.
path
as
path
for
os
in
range
(
3
)
:
pass
for
path
in
range
(
3
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink