Skip to content

Commit 27601af

Browse files
committed
ci(tests): Add mypy linting
1 parent 9931200 commit 27601af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,14 @@ jobs:
8484
- name: Install python dependencies
8585
run: |
8686
poetry install -E "test coverage lint"
87+
8788
- name: Lint with flake8
8889
run: |
8990
poetry run flake8
91+
92+
- name: Lint with mypy
93+
run: poetry run mypy .
94+
9095
- name: Test with pytest
9196
continue-on-error: ${{ matrix.tmux-version == 'master' }}
9297
run: |

0 commit comments

Comments
 (0)