black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 14 Jul 2020 15:42:28 +0530
changeset 45168 4f71d1a99e45
parent 44147 5e84a96d865b
permissions -rw-r--r--
merge: document return values of manifestmerge() and calculateupdates() In future patches, I want to add one more return value which represents information which needs to stored and used at commit time. Differential Revision: https://phab.mercurial-scm.org/D8741

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