Skip to content

Commit 72b4832

Browse files
committed
Add mypy job in CI
1 parent 8d25396 commit 72b4832

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Flake8
2525
run: flake8 src/
2626

27+
- name: MyPy
28+
run: mypy src/
29+
2730
meson-build-test:
2831
runs-on: ubuntu-latest
2932
steps:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
flake8 ~= 3.8
2+
mypy ~= 0.910
23
PyGObject ~= 3.40

0 commit comments

Comments
 (0)