markbaas / atom-python-autopep8

MIT License
9 stars 6 forks source link

There is no option to explicitly only pep8 .py files #12

Open dikioth opened 7 years ago

dikioth commented 7 years ago

I don't se an option where you can chose if you only want to pep8 .py files. I had an issue using Kivy, where I needed to create a .kv file. One line needed explicitly to be: <AppGame>: When I save it, the pep8 script will modify it to: <AppGame >:

This format won't work with Kivy. It need to explicitly be without space. So I don't want to run the script on .kv files.