run_checks: Remove FIXME (pychecker is python2)
This commit is contained in:
parent
030cce4beb
commit
15aa905f7b
@ -29,8 +29,6 @@ def run(name, args=None):
|
|||||||
|
|
||||||
run('pylint')
|
run('pylint')
|
||||||
run('flake8', ['--max-complexity', '10'])
|
run('flake8', ['--max-complexity', '10'])
|
||||||
# FIXME what about PyChecker?
|
|
||||||
|
|
||||||
|
|
||||||
print('Exit status values:')
|
print('Exit status values:')
|
||||||
for (k, v) in status.items():
|
for (k, v) in status.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user