updated to install mypy type
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
||||
- name: PEP8 check
|
||||
run: flake8 ./code --benchmark
|
||||
- name: Type check
|
||||
run: mypy ./code
|
||||
run: |
|
||||
python3 -m pip install types-python-dateutil
|
||||
mypy ./code
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user