black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 27 Dec 2019 21:11:36 -0800
changeset 44046 4322de8f7016
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
graft: use revset for intersecting with ancestor set This addresses a TODO added in a1381eea7c7d (graft: do not use `.remove` on a smart set (regression), 2014-04-28). Differential Revision: https://phab.mercurial-scm.org/D7806

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