Skip to content

Commit

Permalink
chore: pyright basic -> strict
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed May 19, 2024
1 parent 6719ced commit 940d4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.analysis.typeCheckingMode": "strict"
}
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ packages = ["src/timeout_executor"]
include = ["src", "tests"]
pythonVersion = '3.8'
pythonPlatform = 'Linux'
diagnostic = 'basic'
diagnostic = 'strict'
reportPrivateUsage = false

0 comments on commit 940d4a5

Please sign in to comment.