black.toml
author Yuya Nishihara <yuya@tcha.org>
Thu, 04 Oct 2018 23:01:34 +0900
changeset 44675 8a7beeea655f
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust-chg: add helper to pack environment variables On my machine, "printenv | wc -c" says 3422. That's the only reason why the initial buffer capacity is set to 4kB. Differential Revision: https://phab.mercurial-scm.org/D8363

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