black.toml
author Joerg Sonnenberger <joerg@bec.de>
Tue, 16 Mar 2021 00:07:12 +0100
changeset 46756 c5912e35d06d
parent 46455 5be886200eb6
permissions -rw-r--r--
README: document requirement for builtin zstd Differential Revision: https://phab.mercurial-scm.org/D10226

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