view black.toml @ 44944:617cd3b1e9cd

tests: make it clear what happen when no response entered Differential Revision: https://phab.mercurial-scm.org/D8620
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 08 Jun 2020 11:43:07 +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