[Python-ideas] gofmt for Python: standardized styling as a language feature

anatoly techtonik techtonik at gmail.com
Wed Mar 18 06:11:46 CET 2015


On Wed, Mar 18, 2015 at 6:42 AM, Alexander Walters
<tritium-list at sdamon.com> wrote:
> What coding style would be used for such a tool?  PEP-8?  What about a tool
> for those of us who believe that PEP-8 got a few things wrong?

+1 to make it optional. I use 2 space indent for most of my code.

I'd also add that policy to enforce rigid rules is harmful. The recent
normalization
of Python package versions made some of my apps that use semantic version
invalid for PyPI.


More information about the Python-ideas mailing list