This commit is contained in:
2014-12-20 01:59:07 +01:00
parent be47a97149
commit 1ed725876a
7 changed files with 4 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
# its just for some convenience targets.
# pep8 test
PY_FILES=$(shell find $(PWD) -type f -name '*.py')
PY_FILES=$(shell find $(PWD)/bam -type f -name '*.py')
pep8:
- flake8 $(PY_FILES) --ignore=E501,E302,E123,E126,E128,E129,E124,E122 > pep8.log
gvim --nofork -c "cfile pep8.log" -c "cope" -c "clast"