make type checking strict

This commit is contained in:
Pierre Chapuis 2023-08-16 11:17:55 +02:00 committed by Benjamin Trom
parent 663d7c414e
commit 0fd46f9ec4

View file

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