python-exercises/Makefile
2020-01-10 14:27:43 +01:00

4 lines
111 B
Makefile

.PHONY: pep8
pep8:
find . -name "*.py" -not -name test_swig.py -not -name test_swig_opencv.py \
| xargs pep8