-
-
Notifications
You must be signed in to change notification settings - Fork 385
Add stubs to typeshed #319
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
Comments
That...doesn’t really make sense in mypy‘s current Modus operandi, does it? |
I believe that is correct. Mypy searches for stubs within a list of paths defined by MYPYPATH, ignores PYTHONPATH, and explicitly advises against pointing MYPYPATH at site-packages. So for all intents and purposes, python's package distribution (i.e. pip) and PEP484 stubs are at odds with each other. Until PEP 561 is complete (slated for 3.7) we have the typeshed. |
Well, yolo away then. |
You only YOLO once ;) |
Agreed on typeshed being the next step here. |
Can this be closed? |
All @chadrik needs is for this to say that the maintainers give permission to put it in typeshed. Closing is probably ok. |
Permission is granted. |
As per the typshed contribution docs, this issue is to request permission to add
attrs
to the python typeshed. Also, it doubles as a way to let you know that @euresti and I are ready for you to review #238.The text was updated successfully, but these errors were encountered: