Skip to content

Commit 146e222

Browse files
committed
ci(tests): Check mypy
See also: http://mypy-lang.org/
1 parent b38fe43 commit 146e222

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
@@ -33,6 +33,9 @@ jobs:
3333
- name: Lint with flake8
3434
run: poetry run flake8
3535

36+
- name: Lint with mypy
37+
run: poetry run mypy .
38+
3639
- name: Test with pytest
3740
run: poetry run py.test --cov=./ --cov-append --cov-report=xml
3841
env:

0 commit comments

Comments
 (0)