From: Martin Date: Sat, 2 Jul 2016 20:39:44 +0000 (+0200) Subject: Pylint: examples: enable pylint for examples/*.py X-Git-Tag: v1.15.0~40^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c16b1908ea5ab82bff2b74164d3752a6d246461;p=thirdparty%2Fdnspython.git Pylint: examples: enable pylint for examples/*.py --- diff --git a/Makefile b/Makefile index ec4996fb..b4f48770 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ test: cd tests; make PYTHON=${PYTHON} test lint: - pylint dns tests + pylint dns tests examples/*.py