black.toml
author Kyle Lippincott <spectral@google.com>
Thu, 05 Dec 2019 13:48:36 -0800
changeset 43818 fe94af4e3dc9
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
tests: fix test-chg.t to work with py3 (no setprocname) Differential Revision: https://phab.mercurial-scm.org/D7551

[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