ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Fix python formats and enable checks on all branches #87

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

Previous, python format checks was not enabled for the branch tf-m-v1.2-integration. This lead to a few format issues.

This PR fixes the formats, and enables the check globally for all branches.

jainvikas8 commented 3 years ago

I'd recommend to split cad8ab9d21e2aaaf4d1cded3a3a8c525c53c2be0 (files), this maybe helpful when we merge tf-m-v1.2-integration to master for squashing

LDong-Arm commented 3 years ago

I'd recommend to split cad8ab9 (files), this maybe helpful when we merge tf-m-v1.2-integration to master for squashing

Done