Closed generalov closed 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.
autorpep8
I think we'll need a command-line option (like --no-config) to turn this off in case the user does not want this.
--no-config
Thanks
Thanks!
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.