Skip to content

Commit 9020b5d

Browse files
committed
add pyright/basedpyright configuration
pyright and basedpyright are not using the same default typeCheckingMode. With that change we ensure that we get the same level of diagnostics in our IDEs and in the CI Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 21fd773 commit 9020b5d

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
@@ -0,0 +1,2 @@
1+
[tool.pyright]
2+
typeCheckingMode = "standard"

0 commit comments

Comments
 (0)