black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 13 Jan 2021 23:41:37 +0100
changeset 46311 014ac7a32048
parent 44147 5e84a96d865b
permissions -rw-r--r--
persistent-nodemap: add a "abort" option to the slow-path config We make it the default, and document the behavior in the help for the main config option. Differential Revision: https://phab.mercurial-scm.org/D9762

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