Files
yfinance-fork/pyrightconfig.json
2024-09-19 11:32:57 -03:00

16 lines
510 B
JSON

{
"typeCheckingMode": "basic",
"reportGeneralTypeIssues": "warning",
"reportArgumentType": "warning",
"reportOptionalMemberAccess": "warning",
"reportOperatorIssue": "warning",
"reportAttributeAccessIssue": "warning",
"reportMissingImports": "warning",
"reportReturnType": "warning",
"reportAssignmentType": "warning",
"reportOptionalSubscript": "warning",
"reportOptionalIterable": "warning",
"reportCallIssue": "warning",
"reportUnhashable": "warning"
}