black.toml
author Simon Sapin <simon.sapin@octobus.net>
Thu, 04 Feb 2021 13:16:21 +0100
changeset 46483 2845892dd489
parent 46455 5be886200eb6
permissions -rw-r--r--
rust: Parse system and user configuration CLI `--config` argument parsing is still missing, as is per-repo config Differential Revision: https://phab.mercurial-scm.org/D9961

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