black.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 03 Oct 2020 14:44:11 -0700
changeset 45645 6a36e2d2011f
parent 44232 5e84a96d865b
permissions -rw-r--r--
contrib: install Rust 1.46.0 Let's use the latest/greatest version of Rust in the automation environment. Differential Revision: https://phab.mercurial-scm.org/D9146

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