Hi All,
I work on several python scripts and I do not like the fact that using the plake8 (I suppose this is the origin) imposes the line length so that in the gutter (after saving a file) I get indicators of warnings that the line is too long. I do only want useful warnings/errors mentioned in the gutter so that I will look at them. Now I do not do that since it is most of the time ‘line too long’. So how can I avoid this error. I have already put E501 in different settings as to be ignored but in vain.
Kind regards
Alain