Files
uiflow-micropython/pyrightconfig.json
2025-09-10 17:39:30 +08:00

19 lines
367 B
JSON

{
"include": [
"m5stack/**"
],
"exclude": [],
"ignore": [],
"defineConstant": {
"DEBUG": true
},
"stubPath": "stubs",
"reportMissingImports": "error",
"reportMissingTypeStubs": false,
"executionEnvironments": [
{
"root": "./",
"reportMissingImports": "warning"
},
]
}