Mercurial > code > home > repos > light9
changeset 1891:36849634d50b
mymy on collector
Ignore-this: 8c3be45e0a4b7608f40e81020636424f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 29 May 2019 15:58:23 +0000 |
parents | ff15b27b640c |
children | 7d5fe19f77a1 |
files | tasks.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tasks.py Thu May 30 01:59:57 2019 +0000 +++ b/tasks.py Wed May 29 15:58:23 2019 +0000 @@ -40,6 +40,7 @@ ctx.run(f'env/bin/flake8 --ignore=E115,E123,E124,E126,E225,E231,E261,E262,E265,E301,E302,E303,E305,E306,E401,E402,E501,E701,E731,W291,W293,W391,W504 {sources}', warn=True) sources = ' '.join(pkg_sources()) + run(['bin/collector']) run(['bin/rdfdb']) run(['bin/keyboardcomposer']) #for src in bin_sources: