Skip to content

Commit 5468c6b

Browse files
committed
Fix pyright
1 parent d63be03 commit 5468c6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ Github = "https://github.com/tomasr8/pyjsx"
3434
testpaths = ["tests/"]
3535

3636
[tool.pyright]
37-
venvPath = "."
38-
venv = ".venv"
3937
include = ["tests", "pyjsx"]
40-
exclude = ["pyjsx/codecs.py"] # Typeshed has incorrect types for `CodecInfo.decode`
4138

4239
[tool.ruff]
4340
target-version = "py310"

0 commit comments

Comments
 (0)