black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 02 Nov 2020 19:25:26 +0100
changeset 45964 46a16b2c082d
parent 44147 5e84a96d865b
permissions -rw-r--r--
copies-rust: pre-indent some code to clarify the next changeset The next changeset will massively rewrite the next function. However having a clear diff on the core semantic of the function will help making the next changesets clearer. So we do most of the churn beforehand. Differential Revision: https://phab.mercurial-scm.org/D9301

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