updated to install mypy type

This commit is contained in:
brb
2023-07-24 09:55:13 +02:00
parent 1939449a8f
commit 118933af10
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -25,4 +25,6 @@ jobs:
- name: PEP8 check
run: flake8 ./code --benchmark
- name: Type check
run: mypy ./code
run: |
python3 -m pip install types-python-dateutil
mypy ./code