Mercurial > hg-stable
view black.toml @ 46123:1b5aeb928c8f
tests: workaround for a flaky test
Differential Revision: https://phab.mercurial-scm.org/D9597
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 14 Dec 2020 18:19: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