Improve some typing

This commit is contained in:
Matthias
2022-05-25 20:43:43 +02:00
parent 3e66275c98
commit 537d10c627
5 changed files with 11 additions and 5 deletions

View File

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