Add FIXME in run_checks
This commit is contained in:
parent
7cd3c8724a
commit
79ca275e2b
@ -19,6 +19,8 @@ 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