spulec / pep8ify

A library that modifies python source code to conform to pep8.
Apache License 2.0
118 stars 12 forks source link

Clean-up and enhancements to indent/dedent and some fixes. #18

Closed htgoebel closed 10 years ago

htgoebel commented 10 years ago

This is a punch of changes I've done when pep8ifying shinken (see this pull-request), but never created a pull-request for.

I rebased the changes on current master.

htgoebel commented 10 years ago

While waiting for this to be merged, I added some more fixes for fix_imports_on_separate_lines.

spulec commented 10 years ago

This is awesome! Thanks Hartmut!

I'll push out a new version in a bit.

htgoebel commented 10 years ago

You are welcome.