black.toml
author Yuya Nishihara <yuya@tcha.org>
Mon, 25 May 2020 23:02:07 +0900
changeset 44966 ce8fe77102f4
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust: fix false comment about mpsc::Sender We need Sync to share the Sender reference across threads.

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