black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 16 Dec 2020 11:06:58 +0100
changeset 46581 d6d57bfc1a1b
parent 46455 5be886200eb6
permissions -rw-r--r--
copies-rust: record "overwritten" information from both side on delete With this change, we can ensure every (`dest`, `rev`) points to the same value, making a lots of comparison simpler. Differential Revision: https://phab.mercurial-scm.org/D9652

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