black.toml
author Yuya Nishihara <yuya@tcha.org>
Thu, 21 Nov 2019 22:43:01 +0900
changeset 43776 faa8a59f4a06
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
graphlog: change state dict to attr struct This should help static analysis.

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