mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 09:19:15 +00: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:
parent
26650f5711
commit
419bacc049
@ -1,4 +1,4 @@
|
||||
[mypy]
|
||||
mypy_path = scripts
|
||||
mypy_path = framework/scripts:scripts
|
||||
namespace_packages = True
|
||||
warn_unused_configs = True
|
||||
|
Loading…
Reference in New Issue
Block a user