black.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 19 Dec 2020 12:07:24 +0900
changeset 46177 0c320e6032f1
parent 44147 5e84a96d865b
permissions -rw-r--r--
chg: format code by clang-format version 11.0.1-+rc1-1 test-check-clang-format.t started failing on my Debian sid environment, and new style looks slightly better. So let's bump the required clang-format version to 11.

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