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

Fix incompatibility with yapf 0.3 and up #82

Closed underyx closed 8 years ago

underyx commented 8 years ago

See https://github.com/google/yapf/commit/ffb8d734618ba3a073892a72df436c68258f171d#diff-9eb1d221a0d0765e043bffb9d23c21f9L138

hayd commented 8 years ago

Thank you!

The travis failure is unrelated (I need to vendorize some removed autopep8, or just drop the autopep8 back-end).

I'll push a release shortly with this fix.