black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 15 Jul 2020 13:27:55 -0400
changeset 45135 225588c4c255
parent 44232 5e84a96d865b
permissions -rw-r--r--
phabupdate: allow revisions to be marked with "plan changes" Differential Revision: https://phab.mercurial-scm.org/D8751

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