0
mirror of https://github.com/Architeuthis-Flux/Jumperless.git synced 2026-07-05 04:50:07 +00:00
Files
jumperless-breadboard/JumperlessBackport/pyrightconfig.json

12 lines
205 B
JSON

{
"pythonVersion": "3.11",
"typeCheckingMode": "basic",
"stubPath": "typings",
"extraPaths": [
"typings",
"."
],
"reportMissingImports": "none",
"reportMissingModuleSource": "none"
}