Skip to content

Commit 2fb3215

Browse files
committed
ci(tests): Check mypy
See also: http://mypy-lang.org/
1 parent 84bd6a9 commit 2fb3215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Lint with flake8
6363
run: poetry run flake8
6464

65+
- name: Lint with mypy
66+
run: poetry run mypy .
67+
6568
- name: Test with pytest
6669
run: poetry run py.test --cov=./ --cov-report=xml
6770

0 commit comments

Comments
 (0)