black.toml
author Simon Sapin <simon-commits@exyr.org>
Mon, 30 Nov 2020 17:13:07 +0100
changeset 46054 fd47483f1645
parent 44147 5e84a96d865b
permissions -rw-r--r--
rust: use crossbeam-channel crate directly … instead of its reexport in the crossbeam crate. This removes two crates from the dependency graph. Differential Revision: https://phab.mercurial-scm.org/D9521

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