black.toml
author Augie Fackler <augie@google.com>
Thu, 02 Apr 2020 16:02:21 -0400
changeset 44708 61134a232d00
parent 44147 5e84a96d865b
permissions -rw-r--r--
manifest: leave a TODO where we may have more work for sha1 portability Differential Revision: https://phab.mercurial-scm.org/D8375

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