black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 01 Dec 2020 15:54:38 +0100
changeset 46049 a2a59cde9b9f
parent 44147 5e84a96d865b
permissions -rw-r--r--
upgrade: gather code about source checking together They just moved in the same file, now they are grouped together and documented. Differential Revision: https://phab.mercurial-scm.org/D9483

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