mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
Remove RustPython fork (#523)
This commit is contained in:
parent
b060ae2f22
commit
2415d73260
173 changed files with 2071 additions and 2056 deletions
5
foo.py
Normal file
5
foo.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def function_with_nesting():
|
||||
"""Foo bar documentation."""
|
||||
@overload
|
||||
def nested_overloaded_func(a: int) -> str:
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue