From c3290fed99b4b093f01b84677be6f16ec1f7d57d Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Fri, 23 Feb 2024 23:49:35 +0100 Subject: [PATCH] Try specifying extra-args --- .github/workflows/ci.yml | 3 ++- pyproject.toml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e79de112..4a224206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,8 @@ jobs: # ---------------------------------------------- # ----- install and run pyright ----- # ---------------------------------------------- - - uses: jakebailey/pyright-action@v1 + - uses: jakebailey/pyright-action@v2 with: # don't show warnings level: error + extra-args: src diff --git a/pyproject.toml b/pyproject.toml index 486242f5..9a05e1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,5 +135,7 @@ exclude = [ "hydra_plugins", "external_confs", "conf", + "scripts", + "experiments" ".venv", ]