We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63be03 commit 5468c6bCopy full SHA for 5468c6b
pyproject.toml
@@ -34,10 +34,7 @@ Github = "https://github.com/tomasr8/pyjsx"
34
testpaths = ["tests/"]
35
36
[tool.pyright]
37
-venvPath = "."
38
-venv = ".venv"
39
include = ["tests", "pyjsx"]
40
-exclude = ["pyjsx/codecs.py"] # Typeshed has incorrect types for `CodecInfo.decode`
41
42
[tool.ruff]
43
target-version = "py310"
0 commit comments