diff tasks.py @ 1883:17bee25a20cb

reformat Ignore-this: 9392ba9c775fe3c5997496ddfe598f09
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:46:08 +0000
parents f001d689b3e2
children 36849634d50b
line wrap: on
line diff
--- a/tasks.py	Tue May 28 06:42:27 2019 +0000
+++ b/tasks.py	Tue May 28 06:46:08 2019 +0000
@@ -47,7 +47,7 @@
     #    run([src])# + pkg_sources())
 @task
 def reformat(ctx):
-    ctx.run("env/bin/yapf --verbose --parallel --in-place --style google light9/**/*.py `file --no-pad  bin/* | grep 'Python script' | perl -lpe 's/:.*//'`")
+    ctx.run("env/bin/yapf --verbose --parallel --in-place --style google light9/*.py light9/*/*.py `file --no-pad  bin/* | grep 'Python script' | perl -lpe 's/:.*//'`")
     
 @task
 def test(ctx):