Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.84k stars 275 forks source link

Introduce black to automate Python code formatting #259

Closed jdufresne closed 5 years ago

jdufresne commented 5 years ago

Use Black, a Python code formatter, to automate all source code formatting. Helps new contributors forget about the project's code formatting preference and just lets to the tool handle it.

https://github.com/ambv/black

Black is the uncompromising Python code formatter. By using it, 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.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 97.624% when pulling 0f5968fd6e0291c36d7568ca6d1d233fb1bc4811 on jdufresne:black into 352a621cf611b9c781f2a51be1964113e9ce126a on Alir3z4:master.