Pierre Sassoulas

Results 541 comments of Pierre Sassoulas

Hey @adamtuft, thanks a lot for working on this ! Do you mind opening a pull request directly from your branch ? (Use "Refs #9499" in the description :) )

Thank you for triaging @UlrichEckhardt, this is probably an issue with pylint not understanding python code that is "too dynamic" or C code inside OpenCV. Could require an astroid brain...

Thank you for opening the issue. pylint does not understand decorators well, generally.

+1, but inferring if something is immutable is hard, so the check would be limited to known immutable type or the false positives would make this check unusable.

Related to #6983 and #850, we still need to permit to disable all of the cyclic-import in a cycle at once with a single local disable.

I also like this proposal a lot. I wonder if we should merge/rename nested-min-max in a 'chained-idempotent' (?) check or create something new entirely. We can also check that `__add__`...

Agree with @jacobtylerwalls, let's make pylint consistent for those not using black.

After looking into it, a good half of our examples and functional tests are just something with ``pass`` at the end. We might want to add an option to permit...

So it seems it's a decision that was done a long time ago but not in Logilab so we have a little context, I've done a ~little~ lot of digging...