Skip to content

Commit a354a12

Browse files
committed
chore(pyright): enable the standard type checking profile
1 parent 013fd70 commit a354a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ exclude = [
177177
".venv",
178178
"build",
179179
]
180-
typeCheckingMode = "basic"
180+
typeCheckingMode = "standard"
181181

182182
[build-system]
183183
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)