Mercurial > code > home > repos > light9
comparison tasks.py @ 1942:82e98aa4d159
reformatting and typing
Ignore-this: 208dd84c52c544998142de6622fced2c
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2019 17:17:55 +0000 |
parents | d40a653f2bfd |
children |
comparison
equal
deleted
inserted
replaced
1941:0dc3715050cf | 1942:82e98aa4d159 |
---|---|
43 run(['bin/collector']) | 43 run(['bin/collector']) |
44 run(['bin/rdfdb']) | 44 run(['bin/rdfdb']) |
45 run(['bin/keyboardcomposer']) | 45 run(['bin/keyboardcomposer']) |
46 run(['bin/effectsequencer']) | 46 run(['bin/effectsequencer']) |
47 run(['bin/ascoltami2']) | 47 run(['bin/ascoltami2']) |
48 run(['bin/vidref']) | |
48 #for src in bin_sources: | 49 #for src in bin_sources: |
49 # print(f"mypy {src}") | 50 # print(f"mypy {src}") |
50 # run([src])# + pkg_sources()) | 51 # run([src])# + pkg_sources()) |
51 @task | 52 @task |
52 def reformat(ctx): | 53 def reformat(ctx): |