black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 18 Jan 2021 19:19:47 +0100
changeset 46328 0216abfb2d3e
parent 44147 5e84a96d865b
permissions -rw-r--r--
clang-format: reorder includes to appease the formatter The bad order was introduced in d0225a22040c. Differential Revision: https://phab.mercurial-scm.org/D9829

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