black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Oct 2020 19:06:12 +0100
changeset 45989 10bb0856bb9f
parent 44232 5e84a96d865b
permissions -rw-r--r--
copies-rust: pre-indent some code to clarify the next patch The next patch will need this new indentation, having it done explicitly beforehand makes that next patch clearer. Differential Revision: https://phab.mercurial-scm.org/D9305

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