black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 09 Dec 2019 11:26:53 +0100
branchstable
changeset 43461 4f40dc190f63
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
remotefilelog: remove most of the debugwait* command in the tests Since we use a dedicated developer config, we do not need them anymore. Differential Revision: https://phab.mercurial-scm.org/D7589

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