comparison makefile @ 1864:375f48d1518a

mypy, flake8 setups Ignore-this: 159ab09780ff33dec508d2d25c1628bf
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 25 May 2019 12:03:26 +0000
parents 3f1b9b9b0505
children 7fe81130b735
comparison
equal deleted inserted replaced
1863:0f0ff27e55a3 1864:375f48d1518a
48 ### build ### 48 ### build ###
49 49
50 coffee: 50 coffee:
51 zsh -c 'cd light9/web; ../../node_modules/coffeescript/bin/coffee --map -cw {.,live,timeline,paint,effects}/*.coffee' 51 zsh -c 'cd light9/web; ../../node_modules/coffeescript/bin/coffee --map -cw {.,live,timeline,paint,effects}/*.coffee'
52 52
53 mypy-collector: 53 mypy:
54 env/bin/mypy --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep bin/collector light9/collector/*.py 54 inv mypy
55
56 mypy-paint:
57 env/bin/mypy --ignore-missing-imports --strict-optional --custom-typeshed-dir stubs --html-report /tmp/rep light9/paint/*.py
58 55
59 reformat: 56 reformat:
60 env/bin/yapf --verbose --parallel --in-place --style google light9/**/*.py `file --no-pad bin/* | grep 'Python script' | perl -lpe 's/:.*//'` 57 inv reformat
61 58
62 ### show ### 59 ### show ###
63 60
64 darcs_show_checkpoint: 61 darcs_show_checkpoint:
65 darcs add --quiet --recursive ${LIGHT9_SHOW} 62 darcs add --quiet --recursive ${LIGHT9_SHOW}