Skip to content

Commit 087a2df

Browse files
committed
Improved pyright config [skip ci]
1 parent 6a1e7bf commit 087a2df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,13 @@ include = [
6666
"tests"
6767
]
6868
typeCheckingMode = "strict"
69+
reportConstantRedefinition = "none"
6970
reportMissingTypeStubs = "none"
7071
reportPossiblyUnboundVariable = "none"
72+
reportUnknownArgumentType = "none"
7173
reportUnknownMemberType = "none"
7274
reportUnknownVariableType = "none"
75+
reportUnnecessaryIsInstance = "none"
7376
venv = ".venv"
7477
venvPath = "."
7578

0 commit comments

Comments
 (0)