run_checks: Remove FIXME (pychecker is python2)

This commit is contained in:
Florian Bruhin 2014-01-28 15:50:21 +01:00
parent 030cce4beb
commit 15aa905f7b

View File

@ -29,8 +29,6 @@ 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():