black.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 19 Nov 2019 23:19:57 +0900
changeset 43772 ee3872c14ab3
parent 43386 2247bf3cec76
child 44147 5e84a96d865b
permissions -rw-r--r--
rust-cpython: do not convert warning pattern to utf-8 bytes On Unix, both Rust Path and Mercurial expect a locale-dependent bytes, and we don't support Windows yet.

[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