-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
unnecessary-ellipsis
checker: AstroidError
with list in dict (Could not find list in dict's children)
#6037
Comments
The-Compiler
added
the
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
label
Mar 29, 2022
The-Compiler
added a commit
to qutebrowser/qutebrowser
that referenced
this issue
Mar 29, 2022
Pierre-Sassoulas
added
Crash 💥
A bug that makes pylint crash
and removed
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
Mar 29, 2022
mbyrnepr2
pushed a commit
to mbyrnepr2/pylint
that referenced
this issue
Mar 29, 2022
…sed inside of a list. Closes pylint-dev#6037
mbyrnepr2
pushed a commit
to mbyrnepr2/pylint
that referenced
this issue
Mar 29, 2022
…sed inside of a list. Closes pylint-dev#6037
Pierre-Sassoulas
added a commit
that referenced
this issue
Mar 30, 2022
When an ellipsis is used inside of a list or inside a container Closes #6037 Co-authored-by: Mark Byrne <mark.byrne@rabobank.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Pierre-Sassoulas
added a commit
that referenced
this issue
Mar 31, 2022
When an ellipsis is used inside of a list or inside a container Closes #6037 Co-authored-by: Mark Byrne <mark.byrne@rabobank.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
twigleingrid
pushed a commit
to twigleingrid/qutebrowser
that referenced
this issue
May 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
leads to an
AstroidError
.I bisected this to 78eed6a, part of #5470 ("New checker - Detect use of unnecessary ellipsis").
Configuration
No response
Command used
Pylint output
Expected behavior
No crash, and probably no error either.
Pylint version
(environment in which I originally encountered the bug - output above is from a git install of both astroid and pylint)
OS / Environment
Archlinux
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: