Mercurial > hg-stable
view black.toml @ 43225:8343070ed758
black: also ignore grey.py
Differential Revision: https://phab.mercurial-scm.org/D7090
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 14 Oct 2019 12:55:40 -0400 |
parents | 2a201b366d5b |
children | daa3b58906d5 |
line wrap: on
line source
[tool.black] line-length = 80 exclude = ''' build/ | wheelhouse/ | dist/ | packages/ | \.hg/ | \.mypy_cache/ | \.venv/ | mercurial/thirdparty/ | hgext/fsmonitor/pywatchman/ | contrib/python-zstandard/ | contrib/grey.py ''' skip-string-normalization = true quiet = true