Skip to content

Commit d02b9ac

Browse files
committed
Disable type ignore comments for pyright
1 parent b3506b5 commit d02b9ac

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)