black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 24 Jan 2020 07:00:45 -0800
changeset 44161 d7622fdec3b5
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: test merge of renames of different sources to same target This is a really obscure scenario, but let's still have it tested so we know when it changes. Differential Revision: https://phab.mercurial-scm.org/D7985

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