black.toml
author Simon Sapin <simon.sapin@octobus.net>
Thu, 25 Feb 2021 23:14:35 +0100
changeset 46613 f64b6953db70
parent 46455 5be886200eb6
permissions -rw-r--r--
rhg: Bug fix: with share-safe, always read store requirements That is, the `store/requires` file, regardless of whether the repository is a shared. Differential Revision: https://phab.mercurial-scm.org/D10078

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