black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 07 Nov 2020 16:36:19 -0800
changeset 45864 11842aad3195
parent 44147 5e84a96d865b
permissions -rw-r--r--
revlog: pass sidedata argument to flagutil.processflagswrite() Bug found through pytype. Differential Revision: https://phab.mercurial-scm.org/D9280

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