mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-08 02:37:42 +02:00
Fix proxy handling and re-enable mypy type checking as tests fixed
Updated aiohttp calls to handle proxies correctly by converting them to strings when necessary. Removed an unnecessary blank line in core.py, and re-enabled static type checking with mypy in the GitHub workflow now that mypy tests are passing
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
run: |
|
||||
theHarvester -d yale.edu -c
|
||||
|
||||
# - name: Static type checking with mypy
|
||||
# run: |
|
||||
# mypy --pretty theHarvester/*/*.py
|
||||
# mypy --pretty theHarvester/*/*/*.py
|
||||
- name: Static type checking with mypy
|
||||
run: |
|
||||
mypy --pretty theHarvester/*/*.py
|
||||
mypy --pretty theHarvester/*/*/*.py
|
||||
|
||||
Reference in New Issue
Block a user