black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 20 Nov 2019 08:11:21 -0800
branchstable
changeset 43438 aff3f6e407a1
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
py3: wrap a __func__ in sysbytes() before logging as bytes Differential Revision: https://phab.mercurial-scm.org/D7461

[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