How to tell Spyder's style analysis PEP8 to read from a setup.cfg or increase max. line length?
问题 I am using Spyder 2.3.1 and python(x, y). In the preferences of Spyder you can activate "Style analysis". This is quite nice, but I want to increase the max. tolerable line length. The standard setting for PEP8 is 79 characters. This can be changed through a setup.cfg with the content: [pep8] max-line-length = 99 This can be read here: http://pep8.readthedocs.org/en/latest/intro.html#related-tools Where do I put a setup.cfg so Spyder/PEP8 will recognize my new limit? Or is there an other way