unsupported-assignment-operation false positive #10050
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
Below code leads to unsupported-assignment-operation false positive:
Command used
pylint -sn --disable=C0114 test.py
Pylint output
Expected behavior
No E1137.
Pylint version
The text was updated successfully, but these errors were encountered: