view black.toml @ 46263:d46646ce3158

localrepo: fix comment typo Differential Revision: https://phab.mercurial-scm.org/D9782
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 15 Jan 2021 01:21:58 +0100
parents 5e84a96d865b
children
line wrap: on
line source

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