From 79d0fd937cf214cae19217039160829c846e1ce3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 21 Jan 2023 20:05:33 +0100 Subject: [PATCH] Update pyright config to align with mypy --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ecc336092..82d4ceaf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,3 @@ exclude = [ "build_helpers/*.py", ] ignore = ["freqtrade/vendor/**"] - -# Align pyright to mypy config -strictParameterNoneValue = false