From c72b9d5f574d51608e4810294004414c7a9c02fe Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 17 Jan 2023 16:46:55 +0100 Subject: [PATCH] Enable pylint in tox.ini Change-Id: I943fc7fbbe5664bb069f8ac5359d5a90060636ca Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90f35a8..d8d5659 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - - pylint -E osm_policy_module + pylint -E osm_policy_module ####################################################################################### [testenv:safety] -- 2.25.1