black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Oct 2019 22:41:50 -0700
changeset 43248 2673f9a74968
parent 43225 8343070ed758
child 43348 daa3b58906d5
permissions -rw-r--r--
widening: trust user to give full "known" set The new narrow_widen wire protocol command is supposed to return data for exactly the revisions that the client requested (in order for it to be strip-free). So we should not add ancestors the client didn't ask for. Differential Revision: https://phab.mercurial-scm.org/D7098

[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