From de32feb135fe33ede309b791988c643ea8e6747a Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 12 May 2020 09:26:19 +0300 Subject: [PATCH] add pep inspection to get_action_list.py Change-Id: Id485cea6daa63fcb4c435162e09528ca7e2359ea --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 683419b..882a5ed 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ whitelist_externals = [testenv:pep8] commands = doc8 doc/source - flake8 {posargs} + flake8 {posargs} . {toxinidir}/tools/get_action_list.py [testenv:venv] setenv = PYTHONHASHSEED=0