From dac22d93c804780f2dc20164aeb44fc80a30890d Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Fri, 19 Aug 2022 12:56:56 +0000 Subject: lots of cleanup, no functional code changes Change-Id: I9eefe4d34ae226bbd5a6f80422f89baeeaeb3471 Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2837 --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 494f08c..16a10c1 100644 --- a/makefile +++ b/makefile @@ -2,3 +2,6 @@ runtox: . ~/bin/set_proxies; \ tox test | cat coverage html + +runflake8: + flake8 --max-line-length 120 . -- cgit 1.2.3-korg