remove mypy and move to ty

This commit is contained in:
L1ghtn1ng
2026-08-25 00:32:57 +01:00
parent cca653fd96
commit bae62a6413
3 changed files with 53 additions and 156 deletions
+2 -2
View File
@@ -59,5 +59,5 @@ jobs:
- name: Test with pytest
run: pytest
- name: Type check with mypy
run: mypy theHarvester
- name: Type check with ty
run: ty theHarvester