black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 05 Nov 2019 14:22:25 -0800
changeset 43450 6f3222bbfce0
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
repoview: move changelog.node() override to filteredchangelog Differential Revision: https://phab.mercurial-scm.org/D7244

[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