diff --git a/pyproject.toml b/pyproject.toml index 0a7d58f8..0f3da126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,6 +230,8 @@ reportUnusedFunction = true reportUnusedImport = true reportUnusedVariable = true typeCheckingMode = "strict" +venv = ".venv" +venvPath = "." [tool.pytest.ini_options] addopts = [ @@ -563,10 +565,8 @@ description = Run all notebooks with pytest allowlist_externals = pre-commit commands = - pre-commit run {posargs} --all-files + pre-commit run --all-files {posargs} description = Perform all linting, formatting, and spelling checks -setenv = - SKIP = pyright """ [tool.uv]