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

#!/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>