black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 16 Apr 2020 19:23:12 -0400
branchstable
changeset 44775 cf3e07d7648a
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: clarify a comment describing a phabricator test scenario Per review feedback. Differential Revision: https://phab.mercurial-scm.org/D8455

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