Merge pull request #342 from cueo/mypy-ci

Fix CI error
This commit is contained in:
J.Townsend 2019-10-15 20:45:08 +01:00 committed by GitHub
commit d0060c55d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,4 +115,4 @@ jobs:
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/discovery/*.py
mypy --pretty test/*.py
mypy --pretty tests/*.py