chore: don't exclude tests from pyright

This commit is contained in:
Matthias
2024-12-15 13:07:39 +01:00
parent 5744e16a07
commit b862927c8c

View File

@@ -217,7 +217,6 @@ exclude = [
"build_helpers/*.py",
"ft_client/build/*",
"build/*",
"tests/*",
]
ignore = ["freqtrade/vendor/**"]
pythonPlatform = "All"