pyproject.toml
changeset 46455 5be886200eb6
parent 46382 d4c8b4b90ecb
--- a/pyproject.toml	Mon Feb 01 17:13:24 2021 -0500
+++ b/pyproject.toml	Tue Feb 02 15:35:38 2021 +0100
@@ -1,18 +1,3 @@
 [build-system]
 requires = ["setuptools", "wheel"]
 build-backend = "setuptools.build_meta"
-
-[tool.black]
-line-length = 80
-exclude = '''
-build/
-| wheelhouse/
-| dist/
-| packages/
-| \.hg/
-| \.mypy_cache/
-| \.venv/
-| mercurial/thirdparty/
-'''
-skip-string-normalization = true
-quiet = true