black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 05 Dec 2020 23:11:49 +0100
changeset 46049 7905899c4f8f
parent 44232 5e84a96d865b
permissions -rw-r--r--
phab-refresh: add an explanatory message This serve two purposes: - clarify why a bot just touched this diff, - explicit the fact the tests have been run, and are passing on this version. Differential Revision: https://phab.mercurial-scm.org/D9527

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