black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 03 Aug 2020 17:58:18 +0530
changeset 45338 72b8c082676b
parent 44147 5e84a96d865b
permissions -rw-r--r--
mergeresult: implement a len() function and use it In next patch we will start yielding from `getactions()` instead of building and returning a list. Hence we can no longer rely on that for getting us a length. Differential Revision: https://phab.mercurial-scm.org/D8880

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