black.toml
author Joerg Sonnenberger <joerg@bec.de>
Sun, 28 Jun 2020 01:08:13 +0200
changeset 45115 672ad1f6eeb8
parent 44147 5e84a96d865b
permissions -rw-r--r--
repoview: use the phasecache directly to determine mutable revisions This speeds up no-change updates from 1.3s to 0.85s for my NetBSD test repository. Differential Revision: https://phab.mercurial-scm.org/D8670

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