black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 14 Jan 2021 00:33:40 +0100
changeset 46303 a18e256c4d3b
parent 44232 5e84a96d865b
permissions -rw-r--r--
persistent-nodemap: document the `devel.persistent-nodemap` option What it does is not obvious. Differential Revision: https://phab.mercurial-scm.org/D9753

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