black.toml
author Antoine cezar<acezar@chwitlabs.fr>
Mon, 28 Sep 2020 14:16:31 +0200
changeset 45596 bb523bff068b
parent 44147 5e84a96d865b
permissions -rw-r--r--
hg-core: use the term `chunk` instead of `frag` (D8958#inline-15000 followup) Differential Revision: https://phab.mercurial-scm.org/D9101

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