diff black.toml @ 43223:15c05732d177

black: move remaining config knobs into toml file Differential Revision: https://phab.mercurial-scm.org/D7088
author Augie Fackler <augie@google.com>
date Mon, 14 Oct 2019 12:52:33 -0400
parents 8f89899a5446
children 2a201b366d5b
line wrap: on
line diff
--- 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