mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Allow running pylint and mypy on a single file
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>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user