Skip to content

Commit

Permalink
chore(pyright): enable the standard type checking profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Jan 21, 2025
1 parent d35faed commit a63767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ paths = ["unblob/", "vulture_whitelist.py"]

[tool.pyright]
exclude = ["build"]
typeCheckingMode = "basic"
typeCheckingMode = "standard"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit a63767a

Please sign in to comment.