black.toml
author Augie Fackler <augie@google.com>
Mon, 18 May 2020 13:18:05 -0400
changeset 44912 ba5688e3b3bd
parent 44232 5e84a96d865b
permissions -rw-r--r--
relnotes: add API change note per request in D8502 Differential Revision: https://phab.mercurial-scm.org/D8549

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