mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Renable mypy as github module has been fixed
This commit is contained in:
parent
d1c32067a3
commit
984580e9b4
2 changed files with 5 additions and 4 deletions
7
.github/workflows/theHarvester.yml
vendored
7
.github/workflows/theHarvester.yml
vendored
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue