black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 24 Feb 2020 13:22:15 -0500
changeset 44610 022bf71515c9
parent 44147 5e84a96d865b
permissions -rw-r--r--
phabricator: account for `basectx != ctx` when calculating renames No functional changes here because the two are the currently same, but they won't be with a `--fold` option. Differential Revision: https://phab.mercurial-scm.org/D8307

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