black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 19 Feb 2021 20:47:15 +0100
changeset 46558 eb60dadd1be1
parent 46455 5be886200eb6
permissions -rw-r--r--
test-copies: add a `q` branch similar to the `e` but on the new files This branch will be used to create merge case that mirror ones involving the `e` branch. Differential Revision: https://phab.mercurial-scm.org/D10056

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