mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 01:23:05 +08:00
22e1eb9bdb
* add pytest.ini file and fix test warning in qwantsearch * ignore unsed imports * Remove n45ht as the api is down * Remove modules that use google as google blocks you after one go * Remove missed code from when removing modules that use google * Remove missed code from when removing modules that use google * Add new vt-py dep and update pytest * WIP virustotal migration to api * Remove test that fails due to how the api returns not found entries * Remove entries from myparser re google * update fastapi and starlette * update version * Update dockerfile to use dev ubuntu version * remove spyse module * remove spyse dep * fix tests by removing un-needed tests and indentation fix * fix some mypy errors * remove spyse and remove color output and fix mypy error * flake8 fixes * bump version and set it a dev version
2 lines
No EOL
46 B
INI
2 lines
No EOL
46 B
INI
[flake8]
|
|
ignore = E501, F405, F403, E402, F401 |