updated to install mypy type
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user