This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new ec0b2bf add in mypy
ec0b2bf is described below
commit ec0b2bf35c4227fcd8759246f080a135f51eb2f9
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 20 14:33:09 2021 -0500
add in mypy
---
.github/workflows/type-tests.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 5fbd363..2590e95 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -20,6 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r tools/requirements.txt
pip install -r server/requirements.txt
+ pip install mypy
- name: Type testing with mypy
run: |
mypy --cache-dir /tmp/ --install-types