black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 16 Nov 2020 10:30:53 -0800
changeset 45873 62983988bbf5
parent 44232 5e84a96d865b
permissions -rw-r--r--
histedit: disable color while rendering template for use in plan Differential Revision: https://phab.mercurial-scm.org/D9324

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