troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

cfn2py needs to format better to PEP standards

Open allyunion opened this issue 8 years ago • 1 comments

I have a line that does exceed the 80 character limit...

allyunion avatar Aug 08 '15 00:08 allyunion

I've been using yapf to do this:

pip install yapf
cfn2py config.json > config.py
yapf -i config.py

I'm not sure its worth adding yapf as a dependency but its a pretty handy tool.

chrisgilmerproj avatar May 06 '16 16:05 chrisgilmerproj