black.toml
author Augie Fackler <augie@google.com>
Tue, 01 Sep 2020 11:03:47 -0400
changeset 45852 be6544a05e8f
parent 44232 5e84a96d865b
permissions -rw-r--r--
make: add a pyoxidizer target Differential Revision: https://phab.mercurial-scm.org/D9291

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