From 97acba8fe98ca2be63308d8828666909229f41d5 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 20 Apr 2020 17:20:29 -0400 Subject: [PATCH] revert back to the old way of calling flake8 linter --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4b1e22709e..89068bc834 100755 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/url [testenv:linters] deps = + make flake8 yamllint commands =