black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 15 Feb 2021 17:08:18 +0530
changeset 46694 e4e971abb6a3
parent 46520 5be886200eb6
permissions -rw-r--r--
debugtagscache: verify that filenode is correct Previous patch from Matt demonstrates that `debugtagscache` does not warn about filenode being unknown which can be caused by a corrupted cache. We start by showing that it's an unknown node. Differential Revision: https://phab.mercurial-scm.org/D10015

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