Skip to content

Commit

Permalink
upgrade pyright version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Feb 21, 2022
1 parent f26be64 commit a58ae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"venvPath": "./.venv",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"pythonVersion": "3.6",
"pythonVersion": "3.7",
"pythonPlatform": "Linux",
"executionEnvironments": [],
"typeCheckingMode": "basic"
Expand Down

0 comments on commit a58ae18

Please sign in to comment.