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.
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?