File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / test / lint.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 14:25:31 2019 UTC (4 years, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#!/bin/sh

#  Check the Python test source for good style

PYTHON_SOURCE=*.py

pep8 $PYTHON_SOURCE
pylint --reports=n $PYTHON_SOURCE 2>/dev/null
mypy --py2 $PYTHON_SOURCE

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>