Skip to content

Commit 8618d19

Browse files
committed
basedpyright: respect "type: ignore" comments
1 parent 129ea1b commit 8618d19

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
@@ -80,7 +80,9 @@ module = [
8080
ignore_missing_imports = true
8181

8282
[tool.basedpyright]
83+
enableTypeIgnoreComments = true
8384
reportAny = false
85+
reportIgnoreCommentWithoutRule = false
8486
reportImportCycles = false
8587
reportMissingTypeStubs = false
8688
reportPrivateUsage = false

0 commit comments

Comments
 (0)