black.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 18 Feb 2021 18:18:35 +0100
changeset 46712 e8c11a2c96c0
parent 46455 5be886200eb6
permissions -rw-r--r--
delta: add sidedata field to revision delta When emitting revision delta, we need to also emit the sidedata information just added in the revlogv2 format if appropriate. Differential Revision: https://phab.mercurial-scm.org/D10027

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