Mercurial > hg
view black.toml @ 44699:bcc1846e0f2b
revset: mark `successors()` experimental
Differential Revision: https://phab.mercurial-scm.org/D8406
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 13 Apr 2020 12:17:52 -0400 |
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