hayd / pep8radius

PEP8 clean only the parts of the files touched since the last commit, a previous commit or (the merge-base of) a branch.
MIT License
183 stars 9 forks source link

don't shell out to autopep8 #13

Closed hayd closed 10 years ago

hayd commented 10 years ago

instead use it as a module.

This may help get some additional info about what's fixed (e.g. changesets which we can combine for each file and print nicely). As discussed in #11... that may be trickier/require some changes to autopep8, I'm not sure.