mirror of
https://github.com/kennethreitz-archive/white.git
synced 2026-06-05 23:20:19 +00:00
27659b86e02a3fc37567be219ff75a8a6793c016
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
White: Black, but White instead (PEP8–inspired) =============================================== `Black <https://github.com/ambv/black>`_ is an amazing tool for auto–formatting Python code in a style that I prefer. I use it in all my projects. It is configurable, however, to change it's default line–length of ``88`` charecters to, say, ``79``, like PEP8 recommends. That is exactly what this tool does. It invokes ``$ black --line-length 79`` on your behalf. Installation ============ :: $ pipenv install white ✨🍰✨ Usage =====
Languages
Python
100%