black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 31 Mar 2020 18:56:41 -0700
changeset 44637 02f66b23cba3
parent 44147 5e84a96d865b
permissions -rw-r--r--
hgcli: remove legacy project This code is a logical precursor to PyOxidizer. It is now defunct. Differential Revision: https://phab.mercurial-scm.org/D8349

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