black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 06 Mar 2021 17:52:09 -0500
changeset 46643 eef13b940887
parent 46455 5be886200eb6
permissions -rw-r--r--
typing: add type annotations to the public methods of mercurial/subrepoutil.py Differential Revision: https://phab.mercurial-scm.org/D10125

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