mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-26 02:37:08 +00:00
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:
commit
38d4c91b06
@ -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
|
||||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user