More mypy updates

This commit is contained in:
L1ghtn1ng 2019-10-14 01:47:03 +01:00
parent 8d2296addb
commit 4d154efe52
2 changed files with 4 additions and 2 deletions

View file

@ -114,4 +114,5 @@ jobs:
pytest
- name: Static type checking with mypy
run: |
mypy --pretty *.py
mypy --pretty theHarvester/discovery/*.py
mypy --pretty test/*.py

View file

@ -15,7 +15,8 @@ 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 *.py
- mypy --pretty theHarvester/discovery/*.py
notifications:
email: false
slack: