diff --git a/.basedpyright/baseline.json b/.basedpyright/baseline.json index 8b6c86e..13f159f 100644 --- a/.basedpyright/baseline.json +++ b/.basedpyright/baseline.json @@ -2015,6 +2015,14 @@ "lineCount": 1 } }, + { + "code": "reportAny", + "range": { + "startColumn": 9, + "endColumn": 17, + "lineCount": 1 + } + }, { "code": "reportAny", "range": { @@ -2055,6 +2063,14 @@ "lineCount": 1 } }, + { + "code": "reportAny", + "range": { + "startColumn": 23, + "endColumn": 28, + "lineCount": 1 + } + }, { "code": "reportUnknownArgumentType", "range": { @@ -2071,6 +2087,14 @@ "lineCount": 1 } }, + { + "code": "reportAny", + "range": { + "startColumn": 32, + "endColumn": 37, + "lineCount": 1 + } + }, { "code": "reportUnknownVariableType", "range": { @@ -4503,6 +4527,14 @@ "lineCount": 1 } }, + { + "code": "reportAny", + "range": { + "startColumn": 57, + "endColumn": 59, + "lineCount": 1 + } + }, { "code": "reportAny", "range": { @@ -17311,14 +17343,6 @@ } ], "./pymbolic/interop/symengine.py": [ - { - "code": "reportImplicitRelativeImport", - "range": { - "startColumn": 7, - "endColumn": 16, - "lineCount": 1 - } - }, { "code": "reportIncompatibleMethodOverride", "range": { @@ -17383,14 +17407,6 @@ "lineCount": 1 } }, - { - "code": "reportAttributeAccessIssue", - "range": { - "startColumn": 29, - "endColumn": 30, - "lineCount": 1 - } - }, { "code": "reportUnknownMemberType", "range": { @@ -17815,14 +17831,6 @@ "lineCount": 1 } }, - { - "code": "reportMissingImports", - "range": { - "startColumn": 13, - "endColumn": 44, - "lineCount": 1 - } - }, { "code": "reportUnknownVariableType", "range": { @@ -17935,14 +17943,6 @@ "lineCount": 1 } }, - { - "code": "reportAttributeAccessIssue", - "range": { - "startColumn": 40, - "endColumn": 48, - "lineCount": 1 - } - }, { "code": "reportUnknownMemberType", "range": { @@ -18087,14 +18087,6 @@ "lineCount": 1 } }, - { - "code": "reportAttributeAccessIssue", - "range": { - "startColumn": 16, - "endColumn": 24, - "lineCount": 1 - } - }, { "code": "reportUnknownParameterType", "range": { @@ -18190,14 +18182,6 @@ "endColumn": 42, "lineCount": 1 } - }, - { - "code": "reportAttributeAccessIssue", - "range": { - "startColumn": 21, - "endColumn": 28, - "lineCount": 1 - } } ], "./pymbolic/interop/sympy.py": [ @@ -37211,6 +37195,30 @@ "lineCount": 1 } }, + { + "code": "reportAny", + "range": { + "startColumn": 12, + "endColumn": 18, + "lineCount": 1 + } + }, + { + "code": "reportAny", + "range": { + "startColumn": 20, + "endColumn": 26, + "lineCount": 1 + } + }, + { + "code": "reportAny", + "range": { + "startColumn": 12, + "endColumn": 13, + "lineCount": 1 + } + }, { "code": "reportMissingTypeArgument", "range": { diff --git a/pyproject.toml b/pyproject.toml index fc05c7a..4a32f2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,4 +130,7 @@ pythonPlatform = "All" [[tool.basedpyright.executionEnvironments]] root = "test" reportUnknownArgumentType = "hint" - +[[tool.basedpyright.executionEnvironments]] +root = "pymbolic/interop/symengine.py" +reportMissingTypeStubs = "none" +reportMissingImports = "none"