black.toml
author Antoine cezar<acezar@chwitlabs.fr>
Mon, 28 Sep 2020 14:29:05 +0200
changeset 45601 412a5827ad02
parent 44232 5e84a96d865b
permissions -rw-r--r--
hg-core: use anonymous lifetime for `impl Chunk` (D8958#inline-15003 followup) Differential Revision: https://phab.mercurial-scm.org/D9103

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