diff -r 6b847757dd8d -r 5be886200eb6 pyproject.toml --- 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