Shopify / shopify_python

Python development standards at Shopify
MIT License
65 stars 13 forks source link

Add autopep utility #47

Closed JasonMWhite closed 7 years ago

JasonMWhite commented 7 years ago

This PR introduces a replacement for the "autopep" portion of the github pre-push hook. It's pretty simple, just calls the autopep8.fix_multiple_files with appropriate options to fix files in-place, using the same settings as starscream and data_bang currently use.

I've made the interface a little more generic so we can choose to expose additional options in the future if necessary.

@cfournie What do you think?