black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 14 Sep 2020 15:08:15 +0530
changeset 45589 8c02c6262a5e
parent 44232 5e84a96d865b
permissions -rw-r--r--
tests: add some more debugmergestate calls in `test-merge-criss-cross.t` Differential Revision: https://phab.mercurial-scm.org/D9029

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