1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Sergei Trofimov
651adaaa57 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.
2018-07-06 14:39:41 +01:00
Sergei Trofimov
45b5de65d1 dev_scripts: rename copyright_updater
Rename copyright_updater to update_copyrights in order to mach the
naming convention of other scripts.
2018-07-04 16:33:31 +01:00
Nicholas Thoelke
a3b1921793 dev_scripts: add copyright_updater
Add copyright_updater script which checks Python files to ensure their
copyright is up to date with its last modification.
2018-06-27 16:23:08 +01:00
Sergei Trofimov
20f10f51e2 dev_scripts: add rebuild_all_uiauto
Add a script to rebuild UIAutomator APKs for all workloads that have
them. This is usefull to ensure they all use the latest uiauto.arr after
making changes to it.
2017-11-24 14:30:09 +00:00
Sergei Trofimov
a747ec7e4c Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00