black.toml
author Sushil khanchi <sushilkhanchi97@gmail.com>
Thu, 27 Aug 2020 12:24:57 +0530
changeset 45406 fa1a5527f642
parent 44147 5e84a96d865b
permissions -rw-r--r--
tests: add a --retest test to demonstrate a fix in next patch As you see above the added lines, there was only one test failed. So the output should be: "running 1 tests using 1 parallel processes" Next patch will be fixing this. Differential Revision: https://phab.mercurial-scm.org/D8964

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