Skip to content

Commit

Permalink
chore: Add pyright config
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 22, 2022
1 parent fcfbd5c commit 66624db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"include": ["."],
"pythonVersion": "3.7",
"pythonPlatform": "Linux",
"useLibraryCodeForTypes": true,
"strictListInference": true,
"reportMissingImports": "error",
"reportUnusedImport": "error",
"reportUnusedExpression": "error",
"reportOptionalMemberAccess": "information"
}

0 comments on commit 66624db

Please sign in to comment.