black.toml
author Denis Laxalde <denis@laxalde.org>
Sat, 23 Nov 2019 11:04:19 +0100
changeset 43857 70060915c3f2
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
phabricator: add a "phabstatus" show view We add a "phabstatus" show view (called as "hg show phabstatus") which renders a dag with underway revisions associated with a differential revision and displays their status. The revisions shown is a subset of that shown by "work" view, only including revisions with known by Phabricator. Differential Revision: https://phab.mercurial-scm.org/D7506

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