Skip to content

Commit 07b7265

Browse files
alexfiklinducer
authored andcommitted
feat: add baseline for pyright
1 parent c611021 commit 07b7265

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

.basedpyright/baseline.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"files": {
3+
"./cgen/__init__.py": [
4+
{
5+
"code": "reportUnknownMemberType",
6+
"range": {
7+
"startColumn": 23,
8+
"endColumn": 40,
9+
"lineCount": 1
10+
}
11+
},
12+
{
13+
"code": "reportUnknownArgumentType",
14+
"range": {
15+
"startColumn": 23,
16+
"endColumn": 40,
17+
"lineCount": 1
18+
}
19+
},
20+
{
21+
"code": "reportAttributeAccessIssue",
22+
"range": {
23+
"startColumn": 36,
24+
"endColumn": 40,
25+
"lineCount": 1
26+
}
27+
},
28+
{
29+
"code": "reportUnknownMemberType",
30+
"range": {
31+
"startColumn": 26,
32+
"endColumn": 32,
33+
"lineCount": 1
34+
}
35+
},
36+
{
37+
"code": "reportAttributeAccessIssue",
38+
"range": {
39+
"startColumn": 28,
40+
"endColumn": 32,
41+
"lineCount": 1
42+
}
43+
},
44+
{
45+
"code": "reportUnknownMemberType",
46+
"range": {
47+
"startColumn": 23,
48+
"endColumn": 29,
49+
"lineCount": 1
50+
}
51+
},
52+
{
53+
"code": "reportUnknownVariableType",
54+
"range": {
55+
"startColumn": 23,
56+
"endColumn": 29,
57+
"lineCount": 1
58+
}
59+
},
60+
{
61+
"code": "reportAttributeAccessIssue",
62+
"range": {
63+
"startColumn": 25,
64+
"endColumn": 29,
65+
"lineCount": 1
66+
}
67+
},
68+
{
69+
"code": "reportUnknownMemberType",
70+
"range": {
71+
"startColumn": 46,
72+
"endColumn": 52,
73+
"lineCount": 1
74+
}
75+
},
76+
{
77+
"code": "reportUnknownArgumentType",
78+
"range": {
79+
"startColumn": 46,
80+
"endColumn": 52,
81+
"lineCount": 1
82+
}
83+
},
84+
{
85+
"code": "reportAttributeAccessIssue",
86+
"range": {
87+
"startColumn": 48,
88+
"endColumn": 52,
89+
"lineCount": 1
90+
}
91+
},
92+
{
93+
"code": "reportUnknownVariableType",
94+
"range": {
95+
"startColumn": 35,
96+
"endColumn": 49,
97+
"lineCount": 1
98+
}
99+
},
100+
{
101+
"code": "reportUnnecessaryIsInstance",
102+
"range": {
103+
"startColumn": 11,
104+
"endColumn": 37,
105+
"lineCount": 1
106+
}
107+
}
108+
]
109+
}
110+
}

0 commit comments

Comments
 (0)