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(