Skip to content

Commit

Permalink
Merge pull request #14 from baranyildirim/main
Browse files Browse the repository at this point in the history
Add type stubs for lib.rs
  • Loading branch information
divarvel authored Feb 12, 2024
2 parents 5f4304f + f744586 commit 4747d1e
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
pip install sphinx sphinx-rtd-theme
make -C docs doctest
make -C docs html
- name: Test types
uses: jpetrucciani/mypy-check@master
with:
requirements_file: "requirements-dev.txt"
Loading

0 comments on commit 4747d1e

Please sign in to comment.