proteus-engine 0.2.0

Advanced zero-day static analysis engine built with Rust and Python
Documentation
1
2
3
4
5
6
7
8
[mypy]
ignore_missing_imports = True
no_implicit_optional = True
warn_return_any = False
warn_unused_configs = True
disallow_untyped_defs = False
check_untyped_defs = False
exclude = venv/