Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 154 additions & 34 deletions .basedpyright/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,6 @@
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 4,
"endColumn": 10,
"lineCount": 1
}
},
{
"code": "reportMissingImports",
"range": {
Expand Down Expand Up @@ -1541,6 +1533,30 @@
"lineCount": 1
}
},
{
"code": "reportUnknownVariableType",
"range": {
"startColumn": 4,
"endColumn": 12,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 15,
"endColumn": 32,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 50,
"endColumn": 66,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
Expand Down Expand Up @@ -1598,21 +1614,37 @@
}
},
{
"code": "reportAny",
"code": "reportUnknownVariableType",
"range": {
"startColumn": 16,
"endColumn": 21,
"lineCount": 1
}
},
{
"code": "reportAny",
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 33,
"endColumn": 36,
"lineCount": 1
}
},
{
"code": "reportUnknownVariableType",
"range": {
"startColumn": 16,
"endColumn": 21,
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 33,
"endColumn": 36,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
Expand Down Expand Up @@ -6730,6 +6762,22 @@
"endColumn": 46,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 31,
"endColumn": 43,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 31,
"endColumn": 43,
"lineCount": 1
}
}
],
"./pymbolic/mapper/cse_tagger.py": [
Expand Down Expand Up @@ -6902,10 +6950,10 @@
}
},
{
"code": "reportAny",
"code": "reportArgumentType",
"range": {
"startColumn": 15,
"endColumn": 66,
"startColumn": 22,
"endColumn": 25,
"lineCount": 1
}
},
Expand Down Expand Up @@ -6974,10 +7022,18 @@
}
},
{
"code": "reportAny",
"code": "reportUnknownVariableType",
"range": {
"startColumn": 15,
"endColumn": 69,
"startColumn": 29,
"endColumn": 35,
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 22,
"endColumn": 28,
"lineCount": 1
}
},
Expand Down Expand Up @@ -7030,26 +7086,50 @@
}
},
{
"code": "reportAny",
"code": "reportUnknownMemberType",
"range": {
"startColumn": 15,
"endColumn": 69,
"startColumn": 22,
"endColumn": 28,
"lineCount": 1
}
},
{
"code": "reportAny",
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 15,
"endColumn": 69,
"startColumn": 22,
"endColumn": 28,
"lineCount": 1
}
},
{
"code": "reportAny",
"code": "reportUnknownMemberType",
"range": {
"startColumn": 15,
"endColumn": 70,
"startColumn": 22,
"endColumn": 28,
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 22,
"endColumn": 28,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 22,
"endColumn": 29,
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 22,
"endColumn": 29,
"lineCount": 1
}
},
Expand Down Expand Up @@ -8081,6 +8161,30 @@
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 12,
"endColumn": 16,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 76,
"endColumn": 80,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 38,
"endColumn": 42,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
Expand All @@ -8089,6 +8193,14 @@
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 35,
"endColumn": 39,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
Expand Down Expand Up @@ -8617,6 +8729,14 @@
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
"startColumn": 25,
"endColumn": 33,
"lineCount": 1
}
},
{
"code": "reportUnknownArgumentType",
"range": {
Expand Down Expand Up @@ -11872,7 +11992,15 @@
}
},
{
"code": "reportAny",
"code": "reportUnknownVariableType",
"range": {
"startColumn": 36,
"endColumn": 41,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 15,
"endColumn": 43,
Expand Down Expand Up @@ -13023,14 +13151,6 @@
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
"startColumn": 4,
"endColumn": 14,
"lineCount": 1
}
},
{
"code": "reportUnknownParameterType",
"range": {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ setuptools.pth
_build

.cache
.venv
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ reportUnusedCallResult = "none"
reportExplicitAny = "none"
reportUnusedParameter = "hint"

ignore = [
".venv",
]

# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
# we care about at this moment.
# https://github.com/microsoft/pyright/issues/746
Expand Down
Loading