Files
netbox-scripts/pyrightconfig.json
2026-02-03 16:43:23 +03:00

13 lines
350 B
JSON

{
"extraPaths": ["netbox/netbox"],
"typeCheckingMode": "off",
"reportMissingImports": "warning",
"reportMissingTypeStubs": "none",
"reportGeneralTypeIssues": "none",
"reportOptionalMemberAccess": "none",
"reportOptionalSubscript": "none",
"reportArgumentType": "none",
"reportAssignmentType": "none",
"reportReturnType": "none"
}