mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-11-24 08:17:19 +00:00
419bacc049
Fix `mypy scripts/xxx.py`, `mypy tests/scripts/xxx.py`, `pylint scripts/xxx.py`, `pylint tests/scripts/xxx.py` failing to find `mbedtls_framework`. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
98 B
INI
5 lines
98 B
INI
[mypy]
|
|
mypy_path = framework/scripts:scripts
|
|
namespace_packages = True
|
|
warn_unused_configs = True
|