black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 23 Sep 2020 09:21:26 -0700
changeset 45547 2dcf595f6985
parent 44147 5e84a96d865b
permissions -rw-r--r--
rebase: when collapsing, p1 == dest, so use the former only `dest` is the destination we're rebasing onto, which is always the same as `p1` when using `--collapse`. This lets us simplify a bit. Differential Revision: https://phab.mercurial-scm.org/D9073

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