black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 19 Feb 2021 17:06:12 +0100
changeset 46555 46205a478a08
parent 46455 5be886200eb6
permissions -rw-r--r--
test-copies: add 3 new files with their own content The new `p`, `q` and `r` file mirror the `a`, `b` and `h` but with different content for each files. This will be used to create "mirror" test case that involve actual merge happening. For now, we only add the file to keep patches small and easier to review. Differential Revision: https://phab.mercurial-scm.org/D10053

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