black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Dec 2019 15:55:33 -0800
changeset 43905 fff21278554b
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
rebase: use cmdutil.check_at_most_one_arg() for action Here we also needed to know what the action was (if any), so I've updated the helper to return any specified option. Differential Revision: https://phab.mercurial-scm.org/D7640

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