black.toml
author Kyle Lippincott <spectral@google.com>
Thu, 23 Jul 2020 13:31:45 -0700
changeset 45248 a253ded5b03d
parent 44232 5e84a96d865b
permissions -rw-r--r--
morestatus: mention --stop even if not using --verbose Differential Revision: https://phab.mercurial-scm.org/D8811

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