black.toml
author Kyle Lippincott <spectral@google.com>
Thu, 02 Jan 2020 11:04:18 -0800
branchstable
changeset 44164 c443b9ba6f63
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
py3: __repr__ needs to return str, not bytes Differential Revision: https://phab.mercurial-scm.org/D8089

[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