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
+2 -1
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