black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 11 Mar 2021 18:45:18 -0500
branchstable
changeset 46400 5f86765c9707
parent 44232 5e84a96d865b
permissions -rw-r--r--
patch: convert a UI message to bytes when editing a patch Differential Revision: https://phab.mercurial-scm.org/D10178

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