diff makefile @ 1857:3f1b9b9b0505

add yapf tool Ignore-this: 28fe07e21ca358a97282f5316c8820e0
author drewp@bigasterisk.com
date Tue, 21 May 2019 23:55:35 +0000
parents 55e41b61b472
children 375f48d1518a
line wrap: on
line diff
--- a/makefile	Tue May 21 23:37:26 2019 +0000
+++ b/makefile	Tue May 21 23:55:35 2019 +0000
@@ -56,6 +56,9 @@
 mypy-paint:
 	env/bin/mypy --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep light9/paint/*.py
 
+reformat:
+	env/bin/yapf --verbose --parallel --in-place --style google light9/**/*.py `file --no-pad  bin/* | grep 'Python script' | perl -lpe 's/:.*//'`
+
 ### show ###
 
 darcs_show_checkpoint: