Pierre Sassoulas

Results 509 comments of Pierre Sassoulas

Right sorry, I cannot reproduce on pylint main branch, could you upgrade to 2.17.0 @SamyCookie ?

It seem like it could be considered like a false negative of ``expression-not-assigned``, but a call can have side effect so right now we're not raising this message on calls.

Sounds like an option to list the calls that should definitely be assigned to something would be nice (``calls-that-need-assignment`` ?). Amusingly it would make https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html useless if we simply add...

Related to #6098 and https://github.com/PyCQA/pylint/pull/6903

We had a duplicate opened in #9537 and the op said pytest does things correctly. So here's how pytest-xdist does it: https://github.com/pytest-dev/pytest-xdist/blob/470bc83a253d6a05d2f282e981c61e438dbd0302/src/xdist/plugin.py#L14-L52

> The issue with __annotations__ seems to have been fixed in the latest release of Pylint: I added the help wanted label because checking that the bug is fixed by...

Nice feature! It's probably a small change doable by adding a default value field here: https://github.com/Pierre-Sassoulas/django-survey/blob/master/survey/models/question.py#L73 with default value = None in order to make migrations from older survey possible....

Hmm, yeah it makes sense to have the value for `USER_DID_NOT_ANSWER` as default instead of `None`. If this is a default value for a question to a survey by a...

Sure no problem ! The Django backend password validator necessitate a lot less maintenance work I almost forgot about it. Django is stable compared to JS / the web.