markbaas / atom-python-autopep8

MIT License
9 stars 6 forks source link

Some way to specify ignore-errors #16

Open xoxota99 opened 6 years ago

xoxota99 commented 6 years ago

Like the much-hated and useless E129. I would love something similar to what's provided in atom-pep8, as an ability to ignore specific PEP8 errors.

varalgit commented 6 years ago

I also want to pass on an option to autopep8, to override the ignoring of E226:

autopep8 --ignore=E24

So it would be nice if it were possible to pass on command line options for autopep8 from within Atom.