summaryrefslogtreecommitdiffstats
path: root/dashboard/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-01-28Add Tox commands to lint Python codeTrevor Bramwell1-0/+21
This adds tox jobs for running flake8. Flake8 is a syntax analyzer for python source code that combines the tools pyflakes and pep8 into one. This tool can be used to find syntax issues, unnecessary imports, and style violations, which all improve the code quality and readability. Change-Id: I7521c3a43ef4599eb12fd72e87a0c6ec0df61e7a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>