From 33d2dcdcb102f5169bb8ea05bd39bac9021285e5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:22:44 -0500 Subject: [PATCH 1/3] Update baseline --- .basedpyright/baseline.json | 120 +++++++++++++++++++++++++++++++++--- 1 file changed, 112 insertions(+), 8 deletions(-) diff --git a/.basedpyright/baseline.json b/.basedpyright/baseline.json index e67e9252..7ce3ca80 100644 --- a/.basedpyright/baseline.json +++ b/.basedpyright/baseline.json @@ -165,6 +165,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 44, + "endColumn": 60, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -173,6 +181,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 49, + "endColumn": 65, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -181,6 +197,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 45, + "endColumn": 62, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -189,6 +213,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 50, + "endColumn": 67, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -213,6 +245,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 40, + "endColumn": 52, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -221,6 +261,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 45, + "endColumn": 57, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -229,6 +277,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 43, + "endColumn": 58, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -237,6 +293,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 48, + "endColumn": 63, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -245,6 +309,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 43, + "endColumn": 58, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -253,6 +325,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 48, + "endColumn": 63, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -261,6 +341,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 40, + "endColumn": 53, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -269,6 +357,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 45, + "endColumn": 58, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -277,6 +373,14 @@ "lineCount": 1 } }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 39, + "endColumn": 51, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -284,6 +388,14 @@ "endColumn": 11, "lineCount": 1 } + }, + { + "code": "reportUnknownMemberType", + "range": { + "startColumn": 44, + "endColumn": 56, + "lineCount": 1 + } } ], "./arraycontext/container/dataclass.py": [ @@ -6557,14 +6669,6 @@ "lineCount": 1 } }, - { - "code": "reportImplicitOverride", - "range": { - "startColumn": 8, - "endColumn": 14, - "lineCount": 1 - } - }, { "code": "reportMissingParameterType", "range": { From c4775c58052a9fe721f63d8fdc315619f7a74c66 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:23:29 -0500 Subject: [PATCH 2/3] Git ignore .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57d18f0f..9f1ba0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ a.out .cache .pytest_cache +.venv test/nodal-dg From 60f1dbb51a73580d686f17c8235022e25b6f88c7 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 19 Apr 2026 14:23:42 -0500 Subject: [PATCH 3/3] Bpr ignore .venv --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f42aab1d..8447001a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,6 +162,7 @@ exclude = [ ".conda-root", "build", ".env", + ".venv", ] [[tool.basedpyright.executionEnvironments]] @@ -193,4 +194,3 @@ reportMissingTypeArgument = "hint" reportPrivateUsage = "none" reportMissingTypeStubs = "hint" reportAny = "hint" -