black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 06 Aug 2020 13:51:43 +0530
changeset 45349 442823f66889
parent 44147 5e84a96d865b
permissions -rw-r--r--
merge: drop commitinfo argument to applyupdates (API) We now pass the mergeresult object and hence there is no need to have a separate commitinfo argument as the required info is present in mergeresult object. Differential Revision: https://phab.mercurial-scm.org/D8904

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