comparison tasks.py @ 1918:ddc9a5ef213a

type hints Ignore-this: 4bcd306b98d68f93a61fdabd53e6eccc
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 20:07:47 +0000
parents 36849634d50b
children d40a653f2bfd
comparison
equal deleted inserted replaced
1917:713e56e8e2b9 1918:ddc9a5ef213a
41 41
42 sources = ' '.join(pkg_sources()) 42 sources = ' '.join(pkg_sources())
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'])
47 run(['bin/ascoltami2'])
46 #for src in bin_sources: 48 #for src in bin_sources:
47 # print(f"mypy {src}") 49 # print(f"mypy {src}")
48 # run([src])# + pkg_sources()) 50 # run([src])# + pkg_sources())
49 @task 51 @task
50 def reformat(ctx): 52 def reformat(ctx):