black.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 08 Jan 2021 21:47:31 +0530
changeset 46239 d159d0fafa78
parent 44147 5e84a96d865b
permissions -rw-r--r--
sharesafe: introduce config to disallow outdated shares if upgrade fails After this patch, we have config option to control all aspects of shares when share source is upgraded or downgraded. Differential Revision: https://phab.mercurial-scm.org/D9692

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