black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 13 Mar 2020 12:16:20 -0700
changeset 44575 a6ef1e8e2f6d
parent 44147 5e84a96d865b
permissions -rw-r--r--
fix: mark -r as advanced See the previous patch for reasoning. I planned to even mark it deprecated, but someone (timeless?) on the #mercurial IRC channel said they sometimes wanted to use `-r` with its existing semantics. Differential Revision: https://phab.mercurial-scm.org/D8288

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