-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pylint 3.2.0 causes false-positive E1133 (not-an-iterable) error in packages with .pyi stubs #9626
Comments
Thanks for the report. Caused in pylint-dev/astroid#2375, which we may need to revert. |
Planning to get patch releases of astroid and pylint out in the next few days. This should have been guarded under an experimental feature flag. |
Ok, thank you very much 👍 |
Let's leave it open so that it's discoverable until we get the patches out. |
Fixed by astroid version 3.2.1 |
If you have pylint 3.2.0 you need to upgrade astroid ( |
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
Your code has been rated at 10.00/10 (previous run: 0.00/10, +10.00)
Pylint version
OS / Environment
No response
Additional dependencies
The text was updated successfully, but these errors were encountered: