Merge pull request #9594 from gilles-peskine-arm/analyze_outcomes-classes-development

analyze_outcomes.py refactoring: change stringly typed data to classes
This commit is contained in:
Gilles Peskine 2024-10-03 10:38:04 +00:00 committed by GitHub
commit 38d4c91b06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 657 additions and 609 deletions

View File

@ -1,4 +1,4 @@
[mypy]
mypy_path = scripts
mypy_path = framework/scripts:scripts
namespace_packages = True
warn_unused_configs = True

View File

@ -1,5 +1,5 @@
[MASTER]
init-hook='import sys; sys.path.append("scripts")'
init-hook='import sys; sys.path.append("scripts"); sys.path.append("framework/scripts")'
min-similarity-lines=10
[BASIC]

File diff suppressed because it is too large Load Diff