From b862927c8ccecdda8617d270cf0be8d5f02ad2db Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 Dec 2024 13:07:39 +0100 Subject: [PATCH] chore: don't exclude tests from pyright --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea9b3777a..cc88c9131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,7 +217,6 @@ exclude = [ "build_helpers/*.py", "ft_client/build/*", "build/*", - "tests/*", ] ignore = ["freqtrade/vendor/**"] pythonPlatform = "All"