black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 08 Mar 2021 17:32:22 +0100
changeset 46738 b4ad45f2f648
parent 46455 5be886200eb6
permissions -rw-r--r--
tests: clarify some missing output in test-merge-subrepos This makes the test behavior clearer, especially, why the output are inconsistent. Differential Revision: https://phab.mercurial-scm.org/D10136

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