Skip to content

Commit

Permalink
Add back minimal version in pyrightconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Feb 29, 2024
1 parent 0d68547 commit 47353ca
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
@@ -1,7 +1,7 @@
{
"typeCheckingMode": "basic",
// Target the oldest supported version in editors
// "pythonVersion": "3.7", // https://github.com/microsoft/pyright/issues/7330
"pythonVersion": "3.7",
// Keep it simple for now by allowing both mypy and pyright to use `type: ignore`
"enableTypeIgnoreComments": true,
// Exclude from scanning when running pyright
Expand Down

0 comments on commit 47353ca

Please sign in to comment.