black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Nov 2020 15:28:06 -0800
changeset 45847 d68618954ade
parent 44147 5e84a96d865b
permissions -rw-r--r--
errors: use InputError for some errors on `hg clone` Differential Revision: https://phab.mercurial-scm.org/D9329

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