black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 11 Oct 2019 22:02:44 -0700
changeset 43241 cca3c1755224
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
tests: show graph log before and after widening in more cases I'm about to make some changes to which revisions get sent during widening. Some more tests will make it clearer what changes. I've also switched to graph log so we easily notice if the graph shape changes. Differential Revision: https://phab.mercurial-scm.org/D7091

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