Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Stub File for Type Annotation #121

Open
diegostammer opened this issue Nov 23, 2020 · 1 comment
Open

Create Stub File for Type Annotation #121

diegostammer opened this issue Nov 23, 2020 · 1 comment

Comments

@diegostammer
Copy link

Using VSCode with pylance plugin in strict mode generate a lot of errors about missing type annotation.
The request is to create a stub file (*.pyi) to document every type of constants, methods, functions, etc.

https://www.python.org/dev/peps/pep-0484/
https://www.python.org/dev/peps/pep-0561/

@sampsyo
Copy link
Member

sampsyo commented Nov 23, 2020

Cool; happy to accept a PR if anyone wants to write these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants