-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
21 lines (21 loc) · 722 Bytes
/
Copy pathpyrightconfig.json
File metadata and controls
21 lines (21 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"pythonVersion": "3.13",
"pythonPlatform": "All",
"typeCheckingMode": "strict",
"include": ["src/neopool_modbus"],
"exclude": ["tests", "**/node_modules", "**/__pycache__", ".venv", "build", "dist"],
"reportMissingTypeStubs": "warning",
"reportUnknownMemberType": false,
"reportUnknownArgumentType": false,
"reportUnknownVariableType": false,
"reportUnknownParameterType": false,
"reportMissingTypeArgument": false,
"reportUnnecessaryComparison": false,
"reportUnnecessaryIsInstance": false,
"reportCallIssue": false,
"reportArgumentType": false,
"reportAttributeAccessIssue": false,
"reportOperatorIssue": false,
"reportAssignmentType": false,
"reportMissingModuleSource": false
}