black.toml
author Joerg Sonnenberger <joerg@bec.de>
Thu, 29 Oct 2020 13:29:05 +0100
changeset 45795 c4ab93849383
parent 44147 5e84a96d865b
permissions -rw-r--r--
relnotes: mention improved memory use and underlaying API changes Differential Revision: https://phab.mercurial-scm.org/D9258

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