We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9d630 commit 13b2c30Copy full SHA for 13b2c30
.github/workflows/code-quality.yml
@@ -24,3 +24,5 @@ jobs:
24
- run: poetry install --with dev,test
25
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
26
- uses: jakebailey/pyright-action@v1
27
+ with:
28
+ extra-args: "--exclude tests"
0 commit comments