view black.toml @ 45628:7f033a587414

log: extract function that builds (revs, makefilematcher) from walkopts "hg grep" and "hg churn" will use this interface.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 10 Sep 2020 17:44:34 +0900
parents 5e84a96d865b
children
line wrap: on
line source

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