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:
L1ghtn1ng
2024-10-16 04:27:20 +01:00
parent 4f601d72f4
commit 2c7b2bb249
4 changed files with 9 additions and 10 deletions
+4 -4
View File
@@ -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