Skip to content

Commit

Permalink
Increase pyright's type checking mode to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 25, 2024
1 parent 7ecfcff commit d355a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -47,7 +47,7 @@ pythonVersion = "3.11"
# Use venv from parent directory, to share it with any extensions:
venvPath = "../"
venv = ".venv"
typeCheckingMode = "basic"
typeCheckingMode = "standard"
# Already covered by flake8-self:
reportPrivateImportUsage = false

Expand Down

0 comments on commit d355a01

Please sign in to comment.