Skip to content

Commit 438dd0c

Browse files
committed
fix: remove deprecated type checking configuration for basedpyright
1 parent e5ca2d1 commit 438dd0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,4 @@ indent-string = ' '
104104
max-line-length = 120
105105

106106
[tool.pytest.ini_options]
107-
asyncio_mode = "auto"
108-
109-
[tool.basedpyright]
110-
typeCheckingMode = "strict"
107+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)