Skip to content

Commit

Permalink
reduced basedpyright --verifytypes CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Sep 4, 2024
1 parent be82715 commit 5c937a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: ruff check
run: poetry run ruff check --output-format=github

- name: basedpyright --verifytypes
- name: basedpyright --verifytypes --ignoreexternal
run: poetry run basedpyright --ignoreexternal --verifytypes scipy-stubs

# TODO: don't continue on error
- name: basedpyright --verifytypes
run: poetry run basedpyright --verifytypes scipy-stubs
run: poetry run basedpyright --level error --verifytypes scipy-stubs
continue-on-error: true

# TODO: don't continue on error
Expand Down

0 comments on commit 5c937a3

Please sign in to comment.