-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expose types #7115
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
Expose types #7115
Conversation
Pull Request Test Coverage Report for Build 2605232781
💛 - Coveralls |
|
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit 237711d |
|
I'm not sure if we should do this. As long as |
I hear that, but it's correct for the current version, right? If future versions of |
Well, we think the typing is correct. But, to give an example, we also run into the issue described in pylint-dev/astroid#1680 in |
|
Sorry I approved without giving my reasonning. I thought that astroid had to be typed before pylint too, but there's some level of separation between pylint and astroid, and most pylint API do not expose astroid's API, so it's probably correct enough and useful enough. Also we'll get issue for the part that are used, maybe even contributions. |
Until you mentioned pylint-dev/astroid#1680 I would have said we are confident that it is correct given current state of |
|
Don't forget to add the |
|
Superseded by #8402 |
Type of Changes
Description
Closes #5488
Edit by @DanielNoord: This can now also close #2079 as the typing is now (almost) complete