black.toml
author Raphaël Gomès <rgomes@octobus.net>
Thu, 04 Mar 2021 09:55:06 +0100
changeset 46706 7d9d9265d40f
parent 46455 5be886200eb6
permissions -rw-r--r--
format: remove sidedata format variant This format variant can only exist when also using revlog v2, so it's useless now. Differential Revision: https://phab.mercurial-scm.org/D10113

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