activate typing for all scripts

This commit is contained in:
limiteinductive 2023-08-15 14:23:41 +02:00 committed by Benjamin Trom
parent 97b162d9a0
commit 89224c1e75

View file

@ -63,6 +63,6 @@ ignore = [
line-length = 120
[tool.pyright]
include = ["src/refiners", "tests", "scripts/training"]
include = ["src/refiners", "tests", "scripts/"]
exclude = ["**/__pycache__"]
reportMissingTypeStubs = "warning"