view black.toml @ 45957:d010adc483cc

help: fix a grammar/typo in hg help dates Differential Revision: https://phab.mercurial-scm.org/D9442
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 28 Nov 2020 16:35:20 +0530
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