black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 12 Jan 2021 18:19:01 +0100
changeset 46248 7488067b8c1e
parent 44147 5e84a96d865b
permissions -rw-r--r--
persistent-nodemap: test that is it present after a clone The persistent nodemap is actually missing after local and stream clone. We start by adding a test for the case that works so that we can compare output after the fix. Differential Revision: https://phab.mercurial-scm.org/D9732

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