black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 10 Nov 2020 09:14:01 -0800
changeset 45843 c7abdbc8fd47
parent 44147 5e84a96d865b
permissions -rw-r--r--
destutil: raise more specific error when histedit.defaultrev is empty Differential Revision: https://phab.mercurial-scm.org/D9313

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