black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Feb 2020 10:14:44 -0800
changeset 44322 66dab0d9a78e
parent 44232 5e84a96d865b
permissions -rw-r--r--
tests: add test showing that repo filter is calculated for `hg st --copies` Differential Revision: https://phab.mercurial-scm.org/D8070

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