Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / mbedtls / repo / tests / scripts / check-python-files.sh
1 #! /usr/bin/env sh
2
3 # This file is part of Mbed TLS (https://tls.mbed.org)
4 #
5 # Copyright (c) 2018, Arm Limited, All Rights Reserved
6 #
7 # Purpose:
8 #
9 # Run 'pylint' on Python files for programming errors and helps enforcing
10 # PEP8 coding standards.
11
12 pylint3 -j 2 scripts/*.py tests/scripts/*.py