mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
Implement flake8-annotations (#625)
This commit is contained in:
parent
050f34dd25
commit
99d9aa61bf
59 changed files with 1987 additions and 213 deletions
5
foo.py
Normal file
5
foo.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def f():
|
||||
class A:
|
||||
return 1
|
||||
|
||||
f()
|
Loading…
Add table
Add a link
Reference in a new issue