black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 26 Oct 2020 10:33:32 -0700
changeset 45768 5effb1992c17
parent 44147 5e84a96d865b
permissions -rw-r--r--
config: move ui.pre-merge-tool-output-template into [command-templates] Differential Revision: https://phab.mercurial-scm.org/D9249

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