black.toml
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Mon, 25 May 2020 20:02:15 -0400
changeset 44859 15e26cc0e2c6
parent 44147 5e84a96d865b
permissions -rw-r--r--
sshpeer: add test showing that -q silences remote errors Differential Revision: https://phab.mercurial-scm.org/D8583

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