Mercurial > hg
changeset 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 | 5272bd7e7517 |
files | black.toml contrib/examples/fix.hgrc |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/black.toml Mon Oct 14 12:54:49 2019 -0400 +++ b/black.toml Mon Oct 14 12:55:40 2019 -0400 @@ -11,6 +11,7 @@ | mercurial/thirdparty/ | hgext/fsmonitor/pywatchman/ | contrib/python-zstandard/ +| contrib/grey.py ''' skip-string-normalization = true quiet = true
--- a/contrib/examples/fix.hgrc Mon Oct 14 12:54:49 2019 -0400 +++ b/contrib/examples/fix.hgrc Mon Oct 14 12:55:40 2019 -0400 @@ -12,4 +12,4 @@ # to have the dependencies for grey. # # black:command = python3.7 contrib/grey.py --config=black.toml - -# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" +# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/** - contrib/grey.py"