black.toml
author Emmanuel Leblond <emmanuel.leblond@gmail.com>
Fri, 01 Nov 2019 17:23:02 +0100
branchstable
changeset 43367 3c2799cbace4
parent 43348 daa3b58906d5
child 43386 2247bf3cec76
permissions -rw-r--r--
py3: fix exception display encoding in contrib/simplemerge.py Differential Revision: https://phab.mercurial-scm.org/D7191

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