Update pyright config to align with mypy

This commit is contained in:
Matthias 2023-01-21 20:05:33 +01:00
parent 741d2db334
commit 79d0fd937c

View File

@ -56,6 +56,3 @@ exclude = [
"build_helpers/*.py", "build_helpers/*.py",
] ]
ignore = ["freqtrade/vendor/**"] ignore = ["freqtrade/vendor/**"]
# Align pyright to mypy config
strictParameterNoneValue = false