diff --git a/pyproject.toml b/pyproject.toml index 6f3bae7f..e7caa4b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,3 +156,12 @@ exclude_lines = [ "raise AssertionError", "raise NotImplementedError", ] + +[tool.pyright] +typeCheckingMode = "off" +reportPossiblyUnboundVariable = true +reportUnboundVariable = true +reportMissingImports = false +reportMissingModuleSource = false +reportInvalidTypeForm = false +exclude = ["**/tests"]