Skip to content

Commit

Permalink
⚡ pyright config init
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Aug 13, 2021
1 parent 8e70c27 commit d50d830
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"include": ["builder"],
"exclude": ["**/node_modules", "**/__pycache__"],

"reportMissingImports": true,
"reportMissingTypeStubs": false,

"pythonVersion": "3.9",
"pythonPlatform": "Linux",

"executionEnvironments": [{ "root": "builder" }]
}

0 comments on commit d50d830

Please sign in to comment.