Mercurial > public > mercurial-scm > hg
diff contrib/examples/fix.hgrc @ 44147:5e84a96d865b
python-zstandard: blacken at 80 characters
I made this change upstream and it will make it into the next
release of python-zstandard. I figured I'd send it Mercurial's
way because it will allow us to drop this directory from the black
exclusion list.
# skip-blame blackening
Differential Revision: https://phab.mercurial-scm.org/D7937
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 22 Jan 2020 22:23:04 -0800 |
parents | 2077ffede71f |
children | 426294d06ddc |
line wrap: on
line diff
--- a/contrib/examples/fix.hgrc Tue Jan 21 15:45:06 2020 -0800 +++ b/contrib/examples/fix.hgrc Wed Jan 22 22:23:04 2020 -0800 @@ -6,7 +6,7 @@ rustfmt:pattern = set:**.rs black:command = black --config=black.toml - -black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**" +black:pattern = set:**.py - mercurial/thirdparty/** # Mercurial doesn't have any Go code, but if we did this is how we # would configure `hg fix` for Go: