black.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 17 Oct 2020 13:00:04 +0900
branchstable
changeset 45750 c00595736595
parent 44147 5e84a96d865b
permissions -rw-r--r--
revset: rename diff(pattern) to diffcontains(pattern) Suggested by Augie, and I think it's better name.

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