black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 31 Oct 2019 14:25:51 -0700
branchstable
changeset 43368 d8215ff082da
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
py3: make chistedit render Now you can see the list of commits, but it crashes when you press a key. Differential Revision: https://phab.mercurial-scm.org/D7181

[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