From 4d154efe528bff4a34473dff4e9592c582256aee Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Mon, 14 Oct 2019 01:47:03 +0100 Subject: [PATCH] More mypy updates --- .github/workflows/theHarvester.yml | 3 ++- .travis.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 56f9de7f..340b6f33 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -114,4 +114,5 @@ jobs: pytest - name: Static type checking with mypy run: | - mypy --pretty *.py \ No newline at end of file + mypy --pretty theHarvester/discovery/*.py + mypy --pretty test/*.py diff --git a/.travis.yml b/.travis.yml index 241bdd5f..c045cdf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: