diff --git a/.basedpyright/baseline.json b/.basedpyright/baseline.json index afaf69ef9..be117578a 100644 --- a/.basedpyright/baseline.json +++ b/.basedpyright/baseline.json @@ -12349,6 +12349,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownVariableType", + "range": { + "startColumn": 8, + "endColumn": 12, + "lineCount": 1 + } + }, { "code": "reportUnknownArgumentType", "range": { @@ -12365,6 +12373,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownVariableType", + "range": { + "startColumn": 8, + "endColumn": 10, + "lineCount": 1 + } + }, { "code": "reportUnknownArgumentType", "range": { @@ -12461,6 +12477,14 @@ "lineCount": 1 } }, + { + "code": "reportOptionalMemberAccess", + "range": { + "startColumn": 65, + "endColumn": 73, + "lineCount": 1 + } + }, { "code": "reportUnknownArgumentType", "range": { @@ -12493,6 +12517,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownVariableType", + "range": { + "startColumn": 16, + "endColumn": 24, + "lineCount": 1 + } + }, { "code": "reportUnknownMemberType", "range": { diff --git a/.gitignore b/.gitignore index ccc3e1fb9..062873c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ cffi_build.py .cache .pytest_cache .idea +.venv wheelhouse diff --git a/pyproject.toml b/pyproject.toml index b48c43449..ec9768bb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -257,6 +257,7 @@ exclude = [ ".conda-root", "pyopencl/ipython_ext.py", "stubgen/stubgen.py", + ".venv", ] [[tool.basedpyright.executionEnvironments]]