initial mypy type checking

This commit is contained in:
scito
2022-12-29 16:30:18 +01:00
parent f4389ca8a3
commit f933cd0d32
3 changed files with 12 additions and 7 deletions

View File

@@ -48,5 +48,6 @@ jobs:
- name: Type checking with mypy
run: |
mypy *.py
if: matrix.python-version == "3.x"
- name: Test with pytest
run: pytest