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

better way to do git interactions #3

Closed hayd closed 10 years ago

hayd commented 10 years ago

atm I'm munging the output of git diff, I suspect there is a better way to do this in an existing python module.

Getting the precise line numbers seems to be a problem: http://stackoverflow.com/questions/8259851/using-git-diff-how-can-i-get-added-and-modified-lines-numbers

hayd commented 10 years ago

if it's working on windows, I see no need for this.