black.toml
author Joerg Sonnenberger <joerg@bec.de>
Sun, 08 Nov 2020 20:12:32 +0100
changeset 45823 793976f9029c
parent 44147 5e84a96d865b
permissions -rw-r--r--
relnotes: drop 5.6 release entries from next Differential Revision: https://phab.mercurial-scm.org/D9282

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