black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 09 Dec 2020 20:22:25 -0800
changeset 46115 be3d8178251e
parent 44147 5e84a96d865b
permissions -rw-r--r--
errors: raise InputError if an ambiguous revision id prefix is used It's long bothered me that we include the "00changelog.i" part in a message to the user. This fixes that along with the exit code. Differential Revision: https://phab.mercurial-scm.org/D9600

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