Skip to content

Commit 71a97c7

Browse files
committed
Add mypy to CI flow
1 parent 801b911 commit 71a97c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qa.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip setuptools wheel
4141
pip install -e .[dev]
42+
pip install mypy
4243
- name: Run linting
4344
run: |
4445
flake8 ./pyee ./tests
4546
validate-pyproject ./pyproject.toml
4647
- name: Run type checking
4748
run: |
4849
npx pyright@latest
50+
mypy .
4951
- name: Run tests
5052
run: pytest ./tests
5153

0 commit comments

Comments
 (0)