aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/libstb/crypto/mbedtls/tests/scripts/check-python-files.sh
blob: 9290418224af46a6aba71cc97b8f158163dcaca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/env sh

# This file is part of Mbed TLS (https://tls.mbed.org)
#
# Copyright (c) 2018, Arm Limited, All Rights Reserved
#
# Purpose:
#
# Run 'pylint' on Python files for programming errors and helps enforcing
# PEP8 coding standards.

pylint3 -j 2 scripts/*.py tests/scripts/*.py