Skip to content

Commit f57ac02

Browse files
committed
ci(typings): Add mypy
1 parent 17caa0c commit f57ac02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,13 @@ jobs:
9090
- name: Install python dependencies
9191
run: |
9292
poetry install -E "test coverage lint"
93+
9394
- name: Lint with flake8
94-
run: |
95-
poetry run flake8
95+
run: poetry run flake8
96+
97+
- name: Lint with mypy
98+
run: poetry run mypy .
99+
96100
- name: Test with pytest
97101
continue-on-error: ${{ matrix.tmux-version == 'master' }}
98102
run: |

0 commit comments

Comments
 (0)