youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
404 stars 58 forks source link

Auto-format all files with yapf Google style. #25

Closed nicksay closed 8 years ago

nicksay commented 8 years ago

See https://github.com/google/yapf for more information.

Closes #21

awbraunstein commented 8 years ago

I'm going to assume all the tests still pass. lgtm.

nicksay commented 8 years ago

The unit tests pass, but I'm going to wait until the full test suit is fixed, just in case (see #26).

nicksay commented 8 years ago

@awbraunstein This is ready for another look

nicksay commented 8 years ago

I've adjusted all comments and docstrings to 80 chars. I've left the update as a second commit but will rebase before merging.

nicksay commented 8 years ago

I've gone ahead and squashed the commits.

awbraunstein commented 8 years ago

lgtm!! :panda_face: