Skip to content

Commit b89cd37

Browse files
Merge pull request #2470 from VWS-Python/enableTypeIgnoreComments
Disable type ignore comments for pyright
2 parents b3506b5 + d02b9ac commit b89cd37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ plugins = [
396396
follow_untyped_imports = true
397397

398398
[tool.pyright]
399+
400+
enableTypeIgnoreComments = false
399401
reportUnnecessaryTypeIgnoreComment = true
400402
typeCheckingMode = "strict"
401403

0 commit comments

Comments
 (0)