Skip to content

Commit de742ec

Browse files
ChristianKuehnelldionne
authored andcommitted
add mypy
1 parent 8a0a8ff commit de742ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/flake8_docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Flake8, Docs
1+
name: Python Flake8, Docs, mypy
22

33
on:
44
- push
@@ -21,4 +21,6 @@ jobs:
2121
- name: Tox flake8
2222
run: tox -e flake8
2323
- name: Tox docs
24-
run: tox -e docs
24+
run: tox -e docs
25+
- name: Tox mypy
26+
run: tox -e mypy

0 commit comments

Comments
 (0)