black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 03 Mar 2020 08:55:27 +0100
changeset 44463 bc1786973c6d
parent 44232 5e84a96d865b
permissions -rw-r--r--
copies-tests: remove extra log call at the end of the chain-merge test file We do not actually need theses as the graph is displayed earlier anyway. I think they are the remain of me trying to understand that case better. Differential Revision: https://phab.mercurial-scm.org/D8235

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