black.toml
author Antoine Cezar <antoine.cezar@octobus.net>
Mon, 03 Aug 2020 11:55:59 +0200
changeset 45437 e339693addc0
parent 44147 5e84a96d865b
permissions -rw-r--r--
rhg: add harness tests for rhg files Differential Revision: https://phab.mercurial-scm.org/D8873

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