black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 15 Oct 2020 22:36:17 -0700
changeset 45744 4df5d3965a3e
parent 44147 5e84a96d865b
permissions -rw-r--r--
serve: leverage cmdutil.check_incompatible_arguments() Differential Revision: https://phab.mercurial-scm.org/D9222

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