Skip to content

Commit

Permalink
Try specifying extra-args
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Feb 23, 2024
1 parent f8c4ec3 commit c3290fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,7 @@ exclude = [
"hydra_plugins",
"external_confs",
"conf",
"scripts",
"experiments"
".venv",
]

0 comments on commit c3290fe

Please sign in to comment.