black.toml
author Georges Racinet <georges.racinet@octobus.net>
Mon, 13 Jan 2020 19:56:16 +0100
changeset 44513 887d0f921b34
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust-index: moved constructor in separate impl block with the upcoming addition of the nodemap logic, it's going to become more complicated. Being in the separate impl block has the advantage to be subject to rustfmt, whereas code inside macro calls isn't. Differential Revision: https://phab.mercurial-scm.org/D8153

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