black.toml
author Raphaël Gomès <rgomes@octobus.net>
Mon, 15 Mar 2021 10:57:02 +0100
changeset 46719 0732a7264226
parent 46455 5be886200eb6
permissions -rw-r--r--
configitems: add TODOs blocking the move out of experimental for revlogv2 These are the todos so far, we probably will have more, but we might as well list them while they're fresh in our minds. Differential Revision: https://phab.mercurial-scm.org/D10216

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