pylint #4016 message deactivation / multi lines statements [open]
for instance: result = self._my_method(argument_1, \ *tuple_arguments[1:]) #IGNORE:W0142 doesn't work, it has to be written as result = self._my_method(argument_1, \ #IGNORE:W0142 *tuple_arguments[1:]) the problem is that multi lines statement information is missing after parsing. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
similar entities