black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Dec 2019 16:32:01 -0800
changeset 44573 9f5e94bbc606
parent 44147 5e84a96d865b
permissions -rw-r--r--
fix: move handling of --all into getrevstofix() for consistency Differential Revision: https://phab.mercurial-scm.org/D8286

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