black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 14 Dec 2020 12:08:16 +0100
changeset 46185 5f00eb608957
parent 44232 5e84a96d865b
permissions -rw-r--r--
copies-tests: add a summary of all cases created in test-copies-chain-merge.t This helps to keep track of existing branch when adding new cases. Differential Revision: https://phab.mercurial-scm.org/D9588

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