Skip to content

Commit ea3eaf9

Browse files
Merge pull request #2501 from VWS-Python/enableTypeIgnoreComments
Disable type ignore comments for pyright
2 parents 1df226a + 64607a2 commit ea3eaf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ plugins = [
341341

342342
[tool.pyright]
343343

344+
enableTypeIgnoreComments = false
344345
reportUnnecessaryTypeIgnoreComment = true
345346
typeCheckingMode = "strict"
346347

0 commit comments

Comments
 (0)