black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 15 Mar 2021 16:55:03 +0100
changeset 46781 3a8cf5b9c820
parent 46520 5be886200eb6
permissions -rw-r--r--
debugdiscovery: add support for Json output They are some pre-output that will be impractical, I'll take care of it in the next changeset. Differential Revision: https://phab.mercurial-scm.org/D10223

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