rollingdepth / rollingdepth_src /pyrightconfig.json
toshas's picture
initial commit
a45988a
raw
history blame contribute delete
306 Bytes
{
"exclude": [
"data",
"output",
"checkpoint",
"diffusers",
],
"reportAttributeAccessIssue": true,
"reportUnknownMemberType": false,
"reportAssignmentType": true,
"reportArgumentType": true,
"reportReturnType": true,
"reportCallIssue": true,
"reportRedeclaration": true,
}