mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 12:03:24 +00:00
check_python_files was optional in all.sh because we used to have CI machines where pylint wasn't available. But this had the downside that check_python_files kept breaking because it wasn't checked in the CI. Now our CI has pylint and check_python_files should not be optional. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>