Skip to content

Commit 98af3a4

Browse files
committed
ci(tests): Run mypy
1 parent 0f89303 commit 98af3a4

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
@@ -41,6 +41,9 @@ jobs:
4141
- name: Lint with flake8
4242
run: poetry run flake8
4343

44+
- name: Lint with mypy
45+
run: poetry run mypy .
46+
4447
- name: Print python versions
4548
run: |
4649
python -V

0 commit comments

Comments
 (0)