myint / pyformat

Formats Python code to follow a consistent style
https://pypi.python.org/pypi/pyformat
96 stars 10 forks source link

autopep8: read settings from configuration files #3

Closed generalov closed 8 years ago

generalov commented 8 years ago

Our project autopep8 settings are stored in setup.cfg. Then I execute autorpep8 directly they are works. But then I execute pyformat they are don't works. This patch tells pyformat apply autopep8 settings from configuration files.

myint commented 8 years ago

I think we'll need a command-line option (like --no-config) to turn this off in case the user does not want this.

Thanks

myint commented 8 years ago

Thanks!