black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Jan 2021 11:25:39 -0800
changeset 46276 eb7b2929ae49
parent 44147 5e84a96d865b
permissions -rw-r--r--
shelve: move method for writing bundle to new shelf class Differential Revision: https://phab.mercurial-scm.org/D9703

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