Skip to content

Commit 36fa442

Browse files
ci: enable mypy test in the CI
1 parent c9e6dda commit 36fa442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
run: tox -e flake8
3535
- name: Run pylint Python code static checker (https://github.com/PyCQA/pylint)
3636
run: tox -e pylint
37+
- name: Run mypy static typing checker (https://www.mypy-lang.org/)
38+
run: tox -e mypy

0 commit comments

Comments
 (0)