1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00

dev_scripts: switch from pep8 to flake8

The pep8 code checker is deprecated and will be removed in the future.
Switch to using its successor, flake8.

Also, add a couple of more entries to ignored exceptions.
This commit is contained in:
Sergei Trofimov
2018-07-05 10:46:47 +01:00
committed by Marc Bonnici
parent dbea1d7d09
commit 651adaaa57
2 changed files with 9 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ Scripts
:get_apk_versions: Prints out a table of APKs and their versons found under the
path specified as the argument.
:pep8: Runs pep8 code checker (must be installed) over wlauto with the correct
settings for WA.
:pep8: Runs flake8 (formerly called "pep8") code checker (must be
installed) over wa/ with the correct settings for WA.
:pylint: Runs pylint (must be installed) over wlauto with the correct settings
for WA.