Skip to content

Commit

Permalink
Fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jan 26, 2025
1 parent d63be03 commit 5468c6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ Github = "https://github.com/tomasr8/pyjsx"
testpaths = ["tests/"]

[tool.pyright]
venvPath = "."
venv = ".venv"
include = ["tests", "pyjsx"]
exclude = ["pyjsx/codecs.py"] # Typeshed has incorrect types for `CodecInfo.decode`

[tool.ruff]
target-version = "py310"
Expand Down

0 comments on commit 5468c6b

Please sign in to comment.