diff --git a/pyproject.toml b/pyproject.toml index b6c1db7..999c247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,3 +87,8 @@ section-order=[ "standard-library", ] lines-after-imports = 2 + + +[tool.pyright] +venvPath = "." +venv = ".venv"