black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 18 Sep 2020 15:37:03 -0700
changeset 45546 3d47b5c7fe8d
parent 44147 5e84a96d865b
permissions -rw-r--r--
rebase: remove redundant isinmemory argument from _origrebase() The argument is redundant with `rbst.inmemory`, which makes it unclear what to do if they were somehow different. Differential Revision: https://phab.mercurial-scm.org/D9070

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