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/clickdoc
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
pydocstyle
/
D402.py
9 lines
126 B
Python
Raw
Permalink
Blame
History
def
foo
(
)
:
"""
Returns foo().
"""
def
foo
(
)
:
"""
"
Use prefix_foo().
"""
def
foo
(
)
:
"""
"
Use this function; foo().
"""
Reference in New Issue
View Git Blame
Copy Permalink