Not sure how pep8 is executed in spyder right now, but it is probably being called in a QProcess or similar.
If this is the case then we should simply pass this argument to the QProcess command list *--max-line-length=n set maximum allowed line length (default: 79)* And it would only affect pep8 when being executed on spyder, and no conf would be created Should be doable and a nice addition I think Cheers -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
