black.toml
author Augie Fackler <augie@google.com>
Wed, 30 Oct 2019 16:39:18 -0400
branchstable
changeset 43353 fdc3af52305b
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
mail: black wants to add this blank line I can't figure out how this got overlooked on previous runs, but here we are. It looks like the culprit change is already public?

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
| hgext/fsmonitor/pywatchman/
| contrib/python-zstandard/
'''
skip-string-normalization = true
quiet = true