ttran428 / calttc_pipeline

Cal Table Tennis automated pipeline for signups.
0 stars 0 forks source link

Black Formatting #21

Closed ttran428 closed 5 years ago

ttran428 commented 5 years ago

"By using Black, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.

Black makes code review faster by producing the smallest diffs possible. Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead."

I've configured Black to run automattically when you commit(!!!!) I am very excited about this (even though there are some style changes I don't think are correct, but it's super cool)

Closes #16.