diff --git a/run_checks.py b/run_checks.py index 4d773e724..4081b163b 100644 --- a/run_checks.py +++ b/run_checks.py @@ -19,6 +19,8 @@ def run(name, args=None): run('pylint') run('flake8', ['--max-complexity', '10']) +# FIXME what about PyChecker? + print('Exit status values:') for (k, v) in status.items():