black.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 21 Jul 2020 20:49:05 +0900
branchstable
changeset 45184 3781e9f74b27
parent 44147 5e84a96d865b
permissions -rw-r--r--
hghave: fix possible int('') in has_clang_format()

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