black.toml
author Augie Fackler <raf@durin42.com>
Mon, 06 Jan 2020 14:58:32 -0500
branchstable
changeset 43999 b89144b81c5d
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
Added signature for changeset b4c82b704180

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