black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 16 Dec 2020 22:30:07 -0800
changeset 46133 dfe2760db2a6
parent 44232 5e84a96d865b
permissions -rw-r--r--
extdiff: fix crash when showing diff from wdir() Differential Revision: https://phab.mercurial-scm.org/D9623

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