From ebdada92bdc0103534a09b383b02a8a941020f0b Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Thu, 19 Sep 2024 15:54:53 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20old=20black=20config=20?= =?UTF-8?q?removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- pyproject.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75880a26..1f4621b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,24 +111,6 @@ tests = ["B201", "B301", "B318", "B314", "B303", "B413", "B412", "B410"] check = true imports = ["cv2", "supervision"] -[tool.black] -target-version = ["py38"] -line-length = 88 -include = '\.pyi?$' -exclude = ''' -/( - \.git - | \.hg - | \.mypy_cache - | \.tox - | \.venv - | _build - | buck-out - | build - | dist - | docs -)/ -''' [tool.ruff] target-version = "py38"