boostorg / release-tools

5 stars 24 forks source link

Lint publish_release.py with the python code formatter Black #51

Closed sdarwin closed 10 months ago

sdarwin commented 10 months ago

Slowly working on formatting the files in release-tools. This is for publish_release.py.

""" 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.

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.

Black makes code review faster by producing the smallest diffs possible. """

mclow commented 10 months ago

I guess I am OK with this.