black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Jan 2021 23:50:03 +0100
changeset 46312 28899b6f4480
parent 44232 5e84a96d865b
permissions -rw-r--r--
persistent-nodemap: drop the storage.revlog.nodemap.mode config We now have a new, better, higher level, option. So we can drop the older one as planned. Differential Revision: https://phab.mercurial-scm.org/D9763

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