Dec. 26, 2016
2:05 p.m.
Hi, I'm trying to use pycodestyle from a custom script. Importing the "Checker" class and passing some lines to check works, but how can I specify which errors to select or ignore? The API docs [1] are a bit lacking. Thank you and best regards, Sven ______________ [1] https://github.com/PyCQA/pycodestyle/blob/master/docs/api.rst#checker-classe...