black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 17 Sep 2020 09:23:21 -0700
changeset 45493 2c10876bb320
parent 44147 5e84a96d865b
permissions -rw-r--r--
mergestate: make clean() only be about creating a clean mergestate This is similar to the previous patch, but moves the separation one step further out, to `merge.py`. Differential Revision: https://phab.mercurial-scm.org/D9034

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true