black.toml
author Joerg Sonnenberger <joerg@bec.de>
Mon, 22 Jun 2020 00:00:07 +0200
changeset 45063 72feaeb510b3
parent 44232 5e84a96d865b
permissions -rw-r--r--
clonebundles: optional memory-requirement attribution The new REQUIREDRAM option allows a client to skip bundles it isn't expected to handle well, e.g. without swapping. This allows a fallback path to be provided e.g. using zstd level 10 instead of 22. Differential Revision: https://phab.mercurial-scm.org/D8645

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