diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 522b2161..31e417a1 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -114,5 +114,4 @@ jobs: pytest - name: Static type checking with mypy run: | - mypy --pretty theHarvester/discovery/*.py - mypy --pretty tests/*.py + mypy --pretty theHarvester/discovery/*.py \ No newline at end of file