Add mypy job in CI
This commit is contained in:
parent
8d25396f68
commit
72b4832ee4
|
@ -24,6 +24,9 @@ jobs:
|
||||||
- name: Flake8
|
- name: Flake8
|
||||||
run: flake8 src/
|
run: flake8 src/
|
||||||
|
|
||||||
|
- name: MyPy
|
||||||
|
run: mypy src/
|
||||||
|
|
||||||
meson-build-test:
|
meson-build-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
flake8 ~= 3.8
|
flake8 ~= 3.8
|
||||||
|
mypy ~= 0.910
|
||||||
PyGObject ~= 3.40
|
PyGObject ~= 3.40
|
||||||
|
|
Loading…
Reference in New Issue