black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 24 Feb 2021 09:27:33 -0800
changeset 46610 d7d64b8c8229
parent 46455 5be886200eb6
permissions -rw-r--r--
tests: correct a commit description in test-copies-chain-merge.t Differential Revision: https://phab.mercurial-scm.org/D10065

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