Add mypy job in CI

This commit is contained in:
Romain Failliot 2021-11-22 20:54:44 -05:00
parent 8d25396f68
commit 72b4832ee4
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ jobs:
- name: Flake8
run: flake8 src/
- name: MyPy
run: mypy src/
meson-build-test:
runs-on: ubuntu-latest
steps:

View File

@ -1,2 +1,3 @@
flake8 ~= 3.8
mypy ~= 0.910
PyGObject ~= 3.40