From d010027566fc62e4ef1820f2546234b135a10f51 Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@caltech.edu> Date: Tue, 15 Oct 2024 06:31:51 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 25ba7d0..488bef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,6 @@ [tool.pytest.ini_options] pythonpath = "src" + +[tool.pyright] +strict = ["src"] +exclude = ["**/__pycache__"] -- GitLab