Skip to content

Commit

Permalink
FIX; run pyright with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 29, 2024
1 parent fb88352 commit 00ce9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ reportUnusedFunction = true
reportUnusedImport = true
reportUnusedVariable = true
typeCheckingMode = "strict"
venv = ".venv"
venvPath = "."

[tool.ruff]
extend-include = ["*.ipynb"]
Expand Down

0 comments on commit 00ce9ed

Please sign in to comment.