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", ]