black.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 09 Mar 2021 09:17:24 +0100
changeset 46760 b1e6265e8336
parent 46520 5be886200eb6
permissions -rw-r--r--
rhg: Return an error code for `rhg config Section.idontexist` This is what Python-based hg does. Differential Revision: https://phab.mercurial-scm.org/D10145

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