black.toml
author Joerg Sonnenberger <joerg@bec.de>
Thu, 26 Dec 2019 19:05:55 +0100
changeset 44102 fdaa4233dc18
parent 43386 2247bf3cec76
child 44232 5e84a96d865b
permissions -rw-r--r--
convert: refactor authormap into separate function for outside use Differential Revision: https://phab.mercurial-scm.org/D7732

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