Skip to content

Commit

Permalink
Add mypy-check
Browse files Browse the repository at this point in the history
  • Loading branch information
baranyildirim committed Feb 10, 2024
1 parent 6f632b9 commit e0425fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
pip install sphinx sphinx-rtd-theme
make -C docs doctest
make -C docs html
- name: Test types
uses: jpetrucciani/mypy-check@master
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
maturin
pytest
pytest
mypy

0 comments on commit e0425fb

Please sign in to comment.