black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Oct 2019 12:31:15 -0700
changeset 43616 92bb5bacd807
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
packaging: install contrib/mq.el on WiX This makes things consistent with the Inno installer. Differential Revision: https://phab.mercurial-scm.org/D7167

[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