Implement flake8-annotations (#625)

This commit is contained in:
Charlie Marsh 2022-11-06 17:25:49 -05:00 committed by GitHub
parent 050f34dd25
commit 99d9aa61bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 1987 additions and 213 deletions

5
foo.py Normal file
View file

@ -0,0 +1,5 @@
def f():
class A:
return 1
f()