black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Jan 2021 16:08:30 -0800
changeset 46282 0a69f9e640ec
parent 44147 5e84a96d865b
permissions -rw-r--r--
shelve: inline shelvedfile.filename() since there are no callers outside class Differential Revision: https://phab.mercurial-scm.org/D9709

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