black.toml
author Augie Fackler <augie@google.com>
Mon, 11 Nov 2019 16:14:35 -0500
changeset 43612 dc9c570a3818
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
dirstate: re-blacken file This got overlooked in landing a recent patch, but it's easy to fix up. Differential Revision: https://phab.mercurial-scm.org/D7367

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