1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #9659 from gilles-peskine-arm/analyze_outcomes-classes-3.6

Backport 3.6: analyze_outcomes.py refactoring: change stringly typed data to classes
This commit is contained in:
Gilles Peskine
2024-10-03 10:38:06 +00:00
committed by GitHub
3 changed files with 657 additions and 609 deletions

View File

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

View File

@ -1,5 +1,5 @@
[MASTER] [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 min-similarity-lines=10
[BASIC] [BASIC]

File diff suppressed because it is too large Load Diff