I'm trying to turn off the ignore max-line-length warnings in Spyder. This question was answered in another post, but I can't seem to get Spyder to read the config.sys file [pep8] max-line-length = 120
I've tried putting it in my current working directory, Python27, Python27/Scripts.
None of those locations turns off the 79 char warning.
I open my .py file by right clicking on it and choose edit in Spyder.
thanks in Advance