black.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 14 Jan 2020 17:04:32 +0100
changeset 44314 0e9ac3968b56
parent 44232 5e84a96d865b
permissions -rw-r--r--
rust-dirs-multiset: add `DirsChildrenMultiset` In a future patch, this structure will be needed to store information needed by the (also upcoming) `IgnoreMatcher`. Differential Revision: https://phab.mercurial-scm.org/D7869

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