Skip to content

Commit

Permalink
add allowlist for basedmpypy stubtest
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 30, 2024
1 parent 65042a5 commit 359c7e9
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
run: poetry run basedpyright --ignoreexternal --verifytypes scipy-stubs

# TODO: don't continue on error
- name: basedmypy stubtest
run: poetry run stubtest --concise --mypy-config-file=pyproject.toml scipy
- name: basedpyright --verifytypes
run: poetry run basedpyright --verifytypes scipy-stubs
continue-on-error: true

# TODO: don't continue on error
- name: basedpyright --verifytypes
run: poetry run basedpyright --verifytypes scipy-stubs
- name: basedmypy stubtest
run: poetry run stubtest --concise --mypy-config-file=pyproject.toml --allowlist=tests/mypy_allowlist.txt scipy
continue-on-error: true

# TODO
Expand Down
Loading

0 comments on commit 359c7e9

Please sign in to comment.