black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 24 Jan 2020 23:22:29 +0100
branchstable
changeset 44250 7e08d3885b28
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
heptapod-ci: colorize output The run result are nicer to read with color. Differential Revision: https://phab.mercurial-scm.org/D8012

[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