amontalenti / elements-of-python-style

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
3.45k stars 258 forks source link

In relation to yapf styles #37

Open hectorv opened 6 years ago

hectorv commented 6 years ago

What's your take on the styles that yapf ships with?

https://github.com/google/yapf/blob/7e38e08e8986c8c376fbc81a6503a0242e7c4f35/yapf/yapflib/style.py#L321-L326

Is one of them closer to The Elements of Python Style? If not, it would be valuable to provide a .style.yapf that does! 🤖