Claudiu Popa

Results 107 comments of Claudiu Popa

Hi, thanks for the report! What happens here is that `pylint` or better to say `astroid` does not know that `NewList` acts as a transparent constructor for its arguments, and...

Thanks for opening an issue @stanislavlevin I agree, we should communicate this better. I think we should check that it's still the case, and if so, we should add some...

I agree with @rogalski. The current behavior is as it good as it gets.

@pfmoore No worries, thank you for asking. While for the `import-error` check we could detect if the file exists and move on, `pylint` checks won't be useful at all if...

That's doable, thanks @pfmoore for opening this discussion.

Thanks for reporting the issue. We currently do not support `NewType` but it's something we can add in `astroid`.

@svenpanne Feel free to start working on this yourself. This project currently has ~500 opened issues and overburdened maintainers so your "pet" issue might not be fixed "soon". After all,...

Thanks for the report. I'm not entirely sure what this would entail in terms of UX, we'll need to investigate a little bit what other tools are doing.

Yeah, this is definitely a bug, thanks for reporting it.