black: move remaining config knobs into toml file
authorAugie Fackler <augie@google.com>
Mon, 14 Oct 2019 12:52:33 -0400
changeset 43223 15c05732d177
parent 43222 8f89899a5446
child 43224 2a201b366d5b
black: move remaining config knobs into toml file Differential Revision: https://phab.mercurial-scm.org/D7088
black.toml
contrib/examples/fix.hgrc
--- a/black.toml	Mon Oct 14 12:46:32 2019 -0400
+++ b/black.toml	Mon Oct 14 12:52:33 2019 -0400
@@ -1,3 +1,5 @@
 [tool.black]
 line-length = 80
 exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/'
+skip-string-normalization = true
+quiet = true
--- a/contrib/examples/fix.hgrc	Mon Oct 14 12:46:32 2019 -0400
+++ b/contrib/examples/fix.hgrc	Mon Oct 14 12:52:33 2019 -0400
@@ -11,5 +11,5 @@
 # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5
 # to have the dependencies for grey.
 #
-# black:command = python3.7 contrib/grey.py --quiet --config=black.toml --skip-string-normalization -
+# black:command = python3.7 contrib/grey.py --config=black.toml -
 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"