black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 02 Nov 2019 12:52:58 -0700
branchstable
changeset 43387 9eed959cd8ae
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
fsmonitor: reapply dd35abc409ee The recent revendoring of pywatchman undid this bug fix. Let's reapply it. Differential Revision: https://phab.mercurial-scm.org/D7203

[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