view black.toml @ 46379:a9887f9e87aa stable

patch: fix a formatting issue Differential Revision: https://phab.mercurial-scm.org/D10079
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 26 Feb 2021 15:34:22 +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