black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 21 Dec 2020 11:15:45 +0100
changeset 46622 8fcf07e6bbb4
parent 46520 5be886200eb6
permissions -rw-r--r--
copies-rust: make more use of the new comparison property We deal with the "both are the same" sooner and simplify the rest of the conditional. Differential Revision: https://phab.mercurial-scm.org/D9654

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