Claudiu Popa

Results 107 comments of Claudiu Popa

@danie1k Thanks for reporting the issue. Right now `pylint` does not understand any typing support for `attrs`. For each library that does things somewhat in a dynamic way, in which...

Here's for example the current attrs transform: https://github.com/PyCQA/astroid/blob/master/astroid/brain/brain_attrs.py

These all sound good to me, but I would move the third point into its own issue, as I don't see it a trivial low hanging fruit. We'd also have...

Thanks for opening an issue @usagitoneko97 Yes, you are definitely right, the random brain uses a [simple check](https://github.com/PyCQA/astroid/blob/master/astroid/brain/brain_random.py#L66) to "figure" out if `sample` comes from `random` module or not, but...

@p00j4 Sorry for the late reply, but this problem most likely won't go away by giving to it more memory. :) pylint & astroid currently cannot cope with complex code...

@Mi-La No progress, I have not worked on this in some time. I'm not sure exactly how pylint is supposed to limit its own memory consumption, so that's probably not...

Thanks for the report, this is something that we could support.

Thanks for creating an issue! As mentioned in the documentation of the function, `path` is not a filter and it is used for adding more paths to search for. Apart...

Thanks, this was a good report. We definitely need to look over the API for this.

Hey @vinyldarkscratch Thank you for opening an issue. I agree this doesn't make that much sense and the linked commit doesn't have any information pertaining to this change. We should...