All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 .. black documentation master file, created by
2 sphinx-quickstart on Fri Mar 23 10:53:30 2018.
7 **Black** is the uncompromising Python code formatter.
10 agree to cease control over minutiae of hand-formatting. In return,
11 *Black* gives you speed, determinism, and freedom from `pycodestyle`
12 nagging about formatting. You will save time and mental energy for
13 more important matters.
15 *Black* makes code review faster by producing the smallest diffs
16 possible. Blackened code looks the same regardless of the project
17 you're reading. Formatting becomes transparent after a while and you
18 can focus on the content instead.
22 Black is an early pre-release.
28 **Dusty Phillips**, `writer <https://smile.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=dusty+phillips>`_:
30 *Black is opinionated so you don't have to be.*
32 **Hynek Schlawack**, creator of `attrs <http://www.attrs.org/>`_, core
33 developer of Twisted and CPython:
35 *An auto-formatter that doesn't suck is all I want for Xmas!*
37 **Carl Meyer**, `Django <https://www.djangoproject.com/>`_ core developer:
39 *At least the name is good.*
41 **Kenneth Reitz**, creator of `requests <http://python-requests.org/>`_
42 and `pipenv <https://docs.pipenv.org/>`_:
44 *This vastly improves the formatting of our code. Thanks a ton!*