black.toml
changeset 46382 d4c8b4b90ecb
parent 46381 45afff0f530a
child 46383 374d7fff7cb5
--- a/black.toml	Tue Dec 01 12:52:04 2020 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-[tool.black]
-line-length = 80
-exclude = '''
-build/
-| wheelhouse/
-| dist/
-| packages/
-| \.hg/
-| \.mypy_cache/
-| \.venv/
-| mercurial/thirdparty/
-'''
-skip-string-normalization = true
-quiet = true