mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 23:24:48 -04:00
⚡ pyright config init
This commit is contained in:
parent
8e70c271ce
commit
d50d830376
1 changed files with 12 additions and 0 deletions
12
pyrightconfig.json
Normal file
12
pyrightconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"include": ["builder"],
|
||||
"exclude": ["**/node_modules", "**/__pycache__"],
|
||||
|
||||
"reportMissingImports": true,
|
||||
"reportMissingTypeStubs": false,
|
||||
|
||||
"pythonVersion": "3.9",
|
||||
"pythonPlatform": "Linux",
|
||||
|
||||
"executionEnvironments": [{ "root": "builder" }]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue