From 7fa8da810432606a61c6a040a64cefb55257d458 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:18:52 -0500 Subject: [PATCH 1/3] Update baseline --- .basedpyright/baseline.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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": { From 25ded6be3dc22b1b81c6ae7a874269c6604c479c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:19:40 -0500 Subject: [PATCH 2/3] Git ignore .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 From dcf34bf7b1f1999bf156badd47f18860b025c94b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:19:53 -0500 Subject: [PATCH 3/3] Bpr ignore .venv --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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]]