black.toml
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 21 Nov 2019 16:54:00 +0100
changeset 43858 79c0121220e3
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
phabricator: add a "phabstatus" template keyword We add a "phabstatus" template keyword, returning an object with "url" and "status" keys. This is quite similar to "phabreview" template keyword, but it queries phabricator for each specified revision so it's going to be slow (as compared to the "phabstatus" show view from previous changeset). Differential Revision: https://phab.mercurial-scm.org/D7507

[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