view black.toml @ 44615:78a8f65eacc8

run-tests: add --chg-debug flag to show chg debug output This has helped me a lot in debugging chg failures in tests.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 25 Mar 2020 13:20:08 +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