black.toml
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 25 Aug 2020 23:18:42 -0400
changeset 45427 78861610ded8
parent 44147 5e84a96d865b
permissions -rw-r--r--
rewriteutil: relax the sha1 hash references to handle future hash types Per discussion with nbjoerg in IRC. Differential Revision: https://phab.mercurial-scm.org/D8951

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