black.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 15 Jan 2020 15:12:50 -0800
changeset 44246 faec51c76b7b
parent 44232 5e84a96d865b
permissions -rw-r--r--
merge: avoid a negation in the definition of updatedirstate We only use `partial` in one place: the definition of `updatedirstate`. Let's simplify that a little. Differential Revision: https://phab.mercurial-scm.org/D7900

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