From 3d56701e208fb2c0bf5c88343ea34a4e9ac7c064 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 Mar 2026 08:54:08 +0100 Subject: [PATCH] chore: remove unused black configuration --- pyproject.toml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26b4c222f..44b3829d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,27 +153,6 @@ namespaces = true [tool.setuptools.dynamic] version = {attr = "freqtrade.__version__"} -[tool.black] -line-length = 100 -exclude = ''' -( - /( - \.eggs # exclude a few common directories in the - | \.git # root of the project - | \.hg - | \.mypy_cache - | \.tox - | \.venv - | _build - | buck-out - | build - | dist - )/ - # Exclude vendor directory - | vendor -) -''' - [tool.isort] line_length = 100 profile = "black"