From 8bf414d56b248ed95b8317aeb9aa997536d9ace1 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 8 Nov 2024 11:59:48 -0500 Subject: [PATCH] Lint tests folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83416c2c..a0579a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Source = "https://github.com/posit-dev/posit-sdk-py" Issues = "https://github.com/posit-dev/posit-sdk-py/issues" [tool.pyright] -include = ["src"] +include = ["src", "tests"] [tool.pytest.ini_options] testpaths = ["tests"]