Claudiu Popa
Claudiu Popa
Hi @rdadolf This bug is definitely irritating, I don't remember exactly why it got stuck, I should check again if it works. For me your example works perfectly. Do you...
Okay, I think I know why this is happening. Apparently the issue happens whenever we are disabling all the categories and enabling only a handful of messages in the configuration....
Thanks for tackling this, Bryce! Would it be possible to have a script that reproduces the benchmark dataset? This way us and contributors would have a de-facto way for retrieving...
Wow that is crazy! I wonder what graphs we could extract from pandas and numpy, maybe there are other pathological cases that we might need to look into.
Thanks for reporting an issue! We'd probably need to add a fix in the corresponding astroid brain transforms: https://github.com/PyCQA/astroid/blob/master/astroid/brain/brain_qt.py#L76
Thank you for reporting this issue. The problem here is that pylint cannot understand even simple if blocks, such as this one you linked. Its inference engine tries to infer...
After a quick check it seems pylint does not emit this when the base class is importable and the attribute is defined in `__init__`. But it still emits the error...
Hey @AWhetter This is a great list, thank you so much for working on it! Here are some of my notes regarding checks that could be disabled by default or...
@Pierre-Sassoulas I don't think we reached a consensus on disabling the design checkers just yet. There are still valuable checks in that category that ought to be enabled by default,...
Thanks for opening an issue. While this would make sense, we haven't heard a lot of feedback that `verbose` needs to be more verbose than it is right now. It's...