From 16da7fafae21faab4d7268e6ed61ac3288608599 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Mon, 8 Jul 2019 01:49:13 -0700 Subject: [PATCH] Add --verbose to pylint --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 2706e8c..b2113c1 100755 --- a/manage.py +++ b/manage.py @@ -52,7 +52,7 @@ def pylint_check(num_only, create_badge, errors): from pylint import epylint pylint_stdout, pylint_stderr = epylint.py_run( - "hyperglass --rcfile=.pylintrc", return_std=True + "hyperglass --verbose --rcfile=.pylintrc", return_std=True ) pylint_output = pylint_stdout.getvalue() pylint_score = re.search(