view black.toml @ 43368:d8215ff082da stable

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
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 31 Oct 2019 14:25:51 -0700
parents daa3b58906d5
children 2247bf3cec76
line wrap: on
line source

[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