black.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 20 Jan 2021 21:14:06 +0100
changeset 46705 fd55a9eb1507
parent 46455 5be886200eb6
permissions -rw-r--r--
revlogv2: allow upgrading to v2 Revlogv2 implies sidedata. Right now sidedata is not really used in production, and Revlogv2 will be used for the first production-ready version of sidedata support. Differential Revision: https://phab.mercurial-scm.org/D9844

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