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 43d206c commit 1b93c0eCopy full SHA for 1b93c0e
.github/workflows/typing.yml
@@ -48,6 +48,5 @@ jobs:
48
- name: Run pyright type completeness
49
run: |
50
source .venv/bin/activate
51
- output=$(pyright --verifytypes narwhals --ignoreexternal 2>&1)
52
- echo "$output"
53
- echo "$output" | grep "Type completeness score: 100%" || exit 1
+ uv pip install -U pyright-cov
+ pyright-cov --verifytypes narwhals --ignoreexternal --fail-under 100
0 commit comments