black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 30 Oct 2020 12:46:38 -0700
changeset 45867 774b1c0f2507
parent 44147 5e84a96d865b
permissions -rw-r--r--
relnotes: document new [command-templates] section Differential Revision: https://phab.mercurial-scm.org/D9266

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