mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-12 22:26:00 -04:00
🔧 pyrightconfig.json
init
This commit is contained in:
parent
d880016c40
commit
f261e24d6d
2 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Support button inside `PLING.bbcode` product page
|
||||
- `make prepare` command for preparing bibata binaries
|
||||
- `pyrightconfig.json` init
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
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