Skip to content

Commit 212bdfb

Browse files
committed
basedpyright: disable diagnostics that are too noisy
Those diagnostics should ideally be enabled again in the future.
1 parent 0eb2fa4 commit 212bdfb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,15 @@ module = [
7878
"scipy.*",
7979
]
8080
ignore_missing_imports = true
81+
82+
[tool.basedpyright]
83+
reportAny = false
84+
reportImportCycles = false
85+
reportMissingTypeStubs = false
86+
reportPrivateUsage = false
87+
reportUnknownArgumentType = false
88+
reportUnknownLambdaType = false
89+
reportUnknownMemberType = false
90+
reportUnknownParameterType = false
91+
reportUnknownVariableType = false
92+
reportUnusedCallResult = false

0 commit comments

Comments
 (0)