Skip to content

Commit

Permalink
Add pyright configuration for virtual environment
Browse files Browse the repository at this point in the history
Include a pyright configuration in the `pyproject.toml` to specify
the path to the virtual environment.
  • Loading branch information
kaar committed Dec 20, 2024
1 parent fed38f5 commit a8f07f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ package = "linear"
[project.scripts]
li = "linear.cli:cli"

[tool.pyright]
venvPath = ".venv"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

0 comments on commit a8f07f0

Please sign in to comment.