black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 13 Mar 2020 16:57:38 -0700
changeset 44566 f63598aa1c4b
parent 44232 5e84a96d865b
permissions -rw-r--r--
rebase: accept multiple --base arguments (BC) Same reasoning as for the previous patch. Rebase has worked well with `--base 'A + B'` since 51e7c83e05ee (rebase: calculate ancestors for --base separately (issue5420), 2016-11-28). Differential Revision: https://phab.mercurial-scm.org/D8293

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