mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
namespace_packages = True to mypy.ini
This commit is contained in:
parent
7d0ff77ea9
commit
e6a598a388
1 changed files with 2 additions and 1 deletions
3
mypy.ini
3
mypy.ini
|
@ -1,4 +1,5 @@
|
|||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
show_traceback = True
|
||||
show_error_codes = True
|
||||
show_error_codes = True
|
||||
namespace_packages = True
|
||||
|
|
Loading…
Reference in a new issue