black.toml
author Joerg Sonnenberger <joerg@bec.de>
Thu, 18 Jun 2020 15:13:38 +0200
changeset 45025 24b1a8eb73aa
parent 44147 5e84a96d865b
permissions -rw-r--r--
ui: add option to timestamp status and diagnostic messages Differential Revision: https://phab.mercurial-scm.org/D8640

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