From 0674829d8f02a61c9bc3d8efa7b1dc996c624212 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 7 Apr 2024 00:36:52 -0700 Subject: [PATCH] Remove tool.black config --- pyproject.toml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d34ce50..d045458f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,29 +79,6 @@ namespaces = false [tool.distutils.bdist_wheel] python-tag = "py310" -[tool.black] -line-length = 88 -target-version = ["py310", "py311", "py312"] -skip-string-normalization = true -include = '\.pyi?$' -exclude = ''' -/( - \.eggs - | \.git - | \.hg - | \.mypy_cache - | \.tox - | \.venv - | _build - | buck-out - | build - | dist - | docs - | misc - | \.egg-info -)/ -''' - [tool.coverage.run] branch = true parallel = true