Renable mypy as github module has been fixed

This commit is contained in:
L1ghtn1ng 2019-10-19 17:53:44 +01:00
parent d1c32067a3
commit 984580e9b4
2 changed files with 5 additions and 4 deletions

View file

@ -25,6 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install pipenv
pipenv install
@ -113,6 +114,6 @@ jobs:
- name: Test with pytest
run: |
pytest
# - name: Static type checking with mypy
# run: |
# mypy --pretty theHarvester/discovery/*.py
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/discovery/*.py

View file

@ -18,7 +18,7 @@ script:
- python theHarvester.py -d metasploit.com -b baidu,bing,certspotter,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,otx,intelx,threatcrowd,trello,twitter,virustotal,yahoo -l 200
- pytest
- flake8 . --count --show-source --statistics
#- mypy --pretty theHarvester/discovery/*.py
- mypy --pretty theHarvester/discovery/*.py
notifications:
email: false