black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 15 Jul 2020 14:13:16 -0400
changeset 45138 2010f3143062
parent 44147 5e84a96d865b
permissions -rw-r--r--
phabupdate: allow revisions to be reopened Differential Revision: https://phab.mercurial-scm.org/D8754

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